summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2017-03-03 20:25:01 -0500
committerJesse Plamondon-Willard <github@jplamondonw.com>2017-03-03 20:25:01 -0500
commitc3c6fa1187987d0aff50a714e64b3b3ea3820ef0 (patch)
treec8d46286971511db7a358f7e24196c199f8c85a4
parent043508ed4264a3024b281665bfbf6e073c029fdf (diff)
downloadSMAPI-c3c6fa1187987d0aff50a714e64b3b3ea3820ef0.tar.gz
SMAPI-c3c6fa1187987d0aff50a714e64b3b3ea3820ef0.tar.bz2
SMAPI-c3c6fa1187987d0aff50a714e64b3b3ea3820ef0.zip
start draft 2.0 release notes
-rw-r--r--release-notes.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/release-notes.md b/release-notes.md
index 4f62182e..fde9316f 100644
--- a/release-notes.md
+++ b/release-notes.md
@@ -1,5 +1,14 @@
# Release notes
+<!--
+## 2.0
+See [log](https://github.com/Pathoschild/SMAPI/compare/1.9...2.0).
+
+For mod developers:
+* Added content events and an API which let you intercept XNB content as it's loaded, then
+ dynamically replace data entries or patch images.
+-->
+
## 1.9
See [log](https://github.com/Pathoschild/SMAPI/compare/1.8...1.9).