From b977a8e48f0aa1e5021c30f2263e97f0adc9f97a Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Tue, 16 May 2017 23:44:33 -0400 Subject: add internal refactoring to release notes --- release-notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/release-notes.md b/release-notes.md index 46e88ef6..621854ba 100644 --- a/release-notes.md +++ b/release-notes.md @@ -30,6 +30,7 @@ For mod developers: * Deprecated mods that don't have a `Name`, `Version`, or `UniqueID` in their manifest. These will be required in SMAPI 2.0. * Deprecated `GameEvents.GameLoaded` and `GameEvents.FirstUpdateTick`. You can move any affected code into your mod's `Entry` method. * Fixed maps not recognising custom tilesheets added through the SMAPI content API. +* Internal refactoring for upcoming features. ## 1.12 See [log](https://github.com/Pathoschild/SMAPI/compare/1.11...1.12). -- cgit