From 95a93a05b39d2b27b538ecdb0e6a18f28096c5c2 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Tue, 7 Feb 2017 20:50:41 -0500 Subject: remove oldest deprecated code (#231) Since Stardew Valley 1.2 breaks most mods anyway, this commits removes the oldest deprecations and fixes the issues that are easiest for mods to update. See documentation for details. --- release-notes.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'release-notes.md') diff --git a/release-notes.md b/release-notes.md index 1ff868a4..aff7631e 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,5 +1,15 @@ # Release notes +## 1.9 +See [log](https://github.com/Pathoschild/SMAPI/compare/1.8...1.9). + +For players: +* Updated for Stardew Valley 1.2. + +For mod developers: +* Many deprecated APIs have been removed; see [deprecation guide](http://canimod.com/guides/updating-a-smapi-mod) + for more information. + ## 1.8 See [log](https://github.com/Pathoschild/SMAPI/compare/1.7...1.8). -- cgit