diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2016-12-22 11:27:48 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2016-12-22 11:27:48 -0500 |
commit | 90f5233cc7d8202a89e1878e1183562fe5ba17b9 (patch) | |
tree | 70b1459666e9f1461317d779d57abd776e75f14e /release-notes.md | |
parent | ca3cf890008ebcf0557b29004514050484a08001 (diff) | |
download | SMAPI-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.md | 1 |
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: |