From 133398c69ace5e916386ea8d5689c4f84086b077 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Sun, 19 Sep 2021 22:57:22 +0100 Subject: [PATCH] changelog: add newline [ci skip] --- changelogs/4.0.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changelogs/4.0.md b/changelogs/4.0.md index a817eb0ff..091c4555e 100644 --- a/changelogs/4.0.md +++ b/changelogs/4.0.md @@ -1313,6 +1313,7 @@ Released 10th September 2021. - Explosions now use the standard mechanism for processing block updates. Previously, it used a special mechanism due to prohibitively poor efficiency of the standard algorithm. Since these inefficiencies have now been addressed, explosions can now be consistent with everything else, with minimal performance impact. - Command usage strings are no longer automatically translated (use `Translatable` instead of bare string keys). - Command description strings are no longer automatically translated (use `Translatable` instead of bare string keys). + ## Fixes - `ItemFactory->isRegistered()` no longer crashes when given negative item IDs. - Furnaces now continue to operate after reloading the chunk they were contained in.