changelog: add newline

[ci skip]
This commit is contained in:
Dylan K. Taylor 2021-09-19 22:57:22 +01:00
parent 52b6952771
commit 133398c69a
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -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.