summaryrefslogtreecommitdiff
path: root/docs/release-notes.md
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-06-10 21:50:24 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-06-10 21:50:24 -0400
commit4b82b111e7392e695b0e021efac2385c1b9850af (patch)
treeada80acf363530f2c8ee3a2076d2981fc367d5cb /docs/release-notes.md
parent930a871018467683510ba39d092d401d7df50861 (diff)
downloadSMAPI-4b82b111e7392e695b0e021efac2385c1b9850af.tar.gz
SMAPI-4b82b111e7392e695b0e021efac2385c1b9850af.tar.bz2
SMAPI-4b82b111e7392e695b0e021efac2385c1b9850af.zip
improve semantic version validation
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r--docs/release-notes.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index a343cff3..152037f8 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -46,6 +46,7 @@
* Fixed some common non-mod build output being included in release zip.
* Fixed mods able to intercept other mods' assets via the internal asset keys.
* Fixed mods able to indirectly change other mods' data through shared content caches.
+ * Fixed `SemanticVersion` allowing invalid versions in some cases.
* **Breaking changes** (see [migration guide](https://stardewvalleywiki.com/Modding:Migrate_to_Stardew_Valley_1.3)):
* Dropped some deprecated APIs.
* `LocationEvents` have been rewritten.