summaryrefslogtreecommitdiff
path: root/release-notes.md
diff options
context:
space:
mode:
Diffstat (limited to 'release-notes.md')
-rw-r--r--release-notes.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/release-notes.md b/release-notes.md
index bb7b7dfa..4da9132d 100644
--- a/release-notes.md
+++ b/release-notes.md
@@ -18,11 +18,11 @@ For mod developers:
* Added support for string versions (like `"1.0-alpha"`) in `manifest.json`.
* Added `IEquatable<ISemanticVersion>` to `ISemanticVersion`.
* Removed the TrainerMod `save` and `load` commands.
-* **Breaking changes:**
- * Removed all deprecated code.
- * Removed support for mods with no `Name`, `Version`, or `UniqueID` in their manifest.
- * Removed support for mods with a non-unique `UniqueID` value in their manifest.
- * Mods can no longer access SMAPI internals using the reflection helper, to discourage fragile mods.
+* Removed all deprecated code.
+* Removed support for mods with no `Name`, `Version`, or `UniqueID` in their manifest.
+* Removed support for mods with a non-unique `UniqueID` value in their manifest.
+* Restrict mods from accessing SMAPI internals using its reflection helper, to discourage fragile mods.
+* Fixed issue where `TimeEvents.AfterDayStarted` was raised during the new-game intro.
## 1.15.2
For players: