summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2018-11-29 23:06:36 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2018-11-29 23:06:36 -0500
commitdd15416d55a4ee6839e4343bc65cd3b08b467de7 (patch)
tree90e6a82bf8edeb26be9eaef6bfe60a8806c0f232 /docs
parente58681f1bccb02a5aa079a54a981fa05e39260c9 (diff)
downloadSMAPI-dd15416d55a4ee6839e4343bc65cd3b08b467de7.tar.gz
SMAPI-dd15416d55a4ee6839e4343bc65cd3b08b467de7.tar.bz2
SMAPI-dd15416d55a4ee6839e4343bc65cd3b08b467de7.zip
fix RenderedWorld event not invoked before overlays are rendered
Diffstat (limited to 'docs')
-rw-r--r--docs/release-notes.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 2f5ecf5d..ab60c6f8 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -10,6 +10,7 @@
* Reloading the `Data\NPCDispositions` asset will now update affected NPCs.
* Fixed some map tilesheets not editable if not playing in English.
* Fixed newlines in most manifest fields not being ignored.
+ * Fixed `Display.RenderedWorld` event not invoked before overlays are rendered.
* For the web UI:
* Added stats to compatibility list.