summaryrefslogtreecommitdiff
path: root/release-notes.md
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2016-12-22 11:27:48 -0500
committerJesse Plamondon-Willard <github@jplamondonw.com>2016-12-22 11:27:48 -0500
commit90f5233cc7d8202a89e1878e1183562fe5ba17b9 (patch)
tree70b1459666e9f1461317d779d57abd776e75f14e /release-notes.md
parentca3cf890008ebcf0557b29004514050484a08001 (diff)
downloadSMAPI-90f5233cc7d8202a89e1878e1183562fe5ba17b9.tar.gz
SMAPI-90f5233cc7d8202a89e1878e1183562fe5ba17b9.tar.bz2
SMAPI-90f5233cc7d8202a89e1878e1183562fe5ba17b9.zip
add config setting to disable update checks (#202)
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 04a9cc04..804d78ba 100644
--- a/release-notes.md
+++ b/release-notes.md
@@ -4,6 +4,7 @@
See [log](https://github.com/Pathoschild/SMAPI/compare/stable...develop).
For players:
+ * Added option to disable update checks.
* Fixed error when a mod uses the new reflection API on a missing field or method.
For developers: