diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2023-02-18 15:08:00 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2023-04-02 15:30:31 -0400 |
commit | 7f7561469fd74d461b8dc4a1e934eed98d2c808b (patch) | |
tree | ce702950d2c362430d0d1d451076054a2606b887 /docs | |
parent | 072efba6dcd28a2b65fba9689b96c0352e7f40d0 (diff) | |
download | SMAPI-7f7561469fd74d461b8dc4a1e934eed98d2c808b.tar.gz SMAPI-7f7561469fd74d461b8dc4a1e934eed98d2c808b.tar.bz2 SMAPI-7f7561469fd74d461b8dc4a1e934eed98d2c808b.zip |
update to FluentHttpClient 4.3.0
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index c090cab1..6915cb3c 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -10,6 +10,7 @@ ## Upcoming release * For players: * Fixed `findstr` error in installer for some players. + * Updated to [FluentHttpClient](https://github.com/Pathoschild/FluentHttpClient#readme) 4.3.0 (see [changes](https://github.com/Pathoschild/FluentHttpClient/blob/develop/RELEASE-NOTES.md#430)). * Removed `LargeAddressAware` flag on SMAPI (no longer needed since it's 64-bit now). ## 3.18.2 |