diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-10-13 13:17:58 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-10-13 13:17:58 -0400 |
commit | ff718d7993793ef4e93d49dc82f5ce3bb7de208e (patch) | |
tree | 890b37182f39ee9eb4b6e9dac42db476f865f047 /docs/release-notes.md | |
parent | 42d1024e04ad40d6441c5c4582239505063038dd (diff) | |
download | SMAPI-ff718d7993793ef4e93d49dc82f5ce3bb7de208e.tar.gz SMAPI-ff718d7993793ef4e93d49dc82f5ce3bb7de208e.tar.bz2 SMAPI-ff718d7993793ef4e93d49dc82f5ce3bb7de208e.zip |
update Json.NET
Diffstat (limited to 'docs/release-notes.md')
-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 64588744..39662784 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -24,6 +24,7 @@ For mod developers: * Added support for specifying the mod version as a string (like `"1.0-alpha"`) in `manifest.json`. * Added day of week to `SDate` instances. * Added `IEquatable<ISemanticVersion>` to `ISemanticVersion`. +* Updated Json.NET from 8.0.3 to 10.0.3. * Removed the TrainerMod's `save` and `load` commands. * Removed all deprecated code. * Removed support for mods with no `Name`, `Version`, or `UniqueID` in their manifest. |