summaryrefslogtreecommitdiff
path: root/release-notes.md
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2017-08-01 15:35:06 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2017-08-01 15:35:06 -0400
commit201d54bbeb2af5d44c35ad4cf77aadb84f09e135 (patch)
tree9f12f02b3224d9050cc276f16ddcbcdf82d3eb25 /release-notes.md
parent4ff15b9da965c541c40a11a79cb521cad744900c (diff)
downloadSMAPI-201d54bbeb2af5d44c35ad4cf77aadb84f09e135.tar.gz
SMAPI-201d54bbeb2af5d44c35ad4cf77aadb84f09e135.tar.bz2
SMAPI-201d54bbeb2af5d44c35ad4cf77aadb84f09e135.zip
standardise code & update release notes (#339)
Diffstat (limited to 'release-notes.md')
-rw-r--r--release-notes.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/release-notes.md b/release-notes.md
index 14d0179c..a1d78334 100644
--- a/release-notes.md
+++ b/release-notes.md
@@ -17,6 +17,7 @@ For mod developers:
* Added support for optional dependencies.
* Added support for string versions (like `"1.0-alpha"`) in `manifest.json`.
* Added `IEquatable<ISemanticVersion>` to `ISemanticVersion`.
+* Added `SDate.DayOfWeek` field.
* Removed the TrainerMod `save` and `load` commands.
* Removed all deprecated code.
* Removed support for mods with no `Name`, `Version`, or `UniqueID` in their manifest.