summaryrefslogtreecommitdiff
path: root/release-notes.md
diff options
context:
space:
mode:
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 c76623b0..281c602c 100644
--- a/release-notes.md
+++ b/release-notes.md
@@ -27,6 +27,7 @@ For modders:
* Fixed `SemanticVersion` parsing some invalid versions into close approximations (like `1.apple` → `1.0-apple`).
* Fixed `SemanticVersion` not treating hyphens as separators when comparing prerelease tags.
<small>_(While that was technically correct, it leads to unintuitive behaviour like sorting `-alpha-2` _after_ `-alpha-10`, even though `-alpha.2` sorts before `-alpha.10`.)_</small>
+* Fixed corrupted state exceptions not being logged by SMAPI.
## 1.14
See [log](https://github.com/Pathoschild/SMAPI/compare/1.13...1.14).