summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2017-10-29 23:15:18 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2017-10-29 23:15:18 -0400
commit1bea3a9e3273b8222cc2cc5c153bfb70fdba521a (patch)
treed49b5984451c66d6965d494255ead626a1ba52e1 /docs
parent359e1df431fa160993f0640b3458a95a8ee831d7 (diff)
downloadSMAPI-1bea3a9e3273b8222cc2cc5c153bfb70fdba521a.tar.gz
SMAPI-1bea3a9e3273b8222cc2cc5c153bfb70fdba521a.tar.bz2
SMAPI-1bea3a9e3273b8222cc2cc5c153bfb70fdba521a.zip
let SemanticVersion be constructed from a System.Version (#375)
Diffstat (limited to 'docs')
-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 c810334b..dc88bfa4 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -15,6 +15,7 @@
* Deprecated `e.IsClick`, which is limited and unclear. Use `IsActionButton` or `IsUseToolButton` instead.
* Fixed `e.SuppressButton()` not correctly suppressing keyboard buttons.
* Fixed `e.IsClick` (now `e.IsActionButton`) ignoring custom key bindings.
+ * `SemanticVersion` can now be constructed from a `System.Version`.
* Fixed custom map tilesheets not working unless they're explicitly loaded first.
* Fixed mods which implement `IAssetLoader` directly not being allowed to load files due to incorrect conflict detection.
* Fixed SMAPI blocking reflection access to vanilla members on overridden types.