Add changelog entry for water bottle fix on 1.8.

This is a bit awkward to deal with, because the actual fix exists only
on the 1.8 branch, but we release from the main branch, so we want the
changelog entry to come from there.
This commit is contained in:
Andreas Troelsen 2020-11-04 01:12:27 +01:00
parent d960aebbb0
commit 07f0ce5d08
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ These changes will (most likely) be included in the next version.
- The `player-time-in-arena` setting has been fixed.
- The `soft-restore` setting has been fixed for blocks broken by players. Note that the functionality is still unreliable for non-trivial blocks.
- Items in class chests are now cloned before they are made unbreakable and given to players. This fixes an issue where setting `unbreakable-weapons: false` had no effect on the items. Note that any affected items in existing class chests will need to be replaced.
- (1.8) Potions no longer turn into water bottles.
### Removed
- The MagicSpells integration has been removed. This means that the extra `magicspells.yml` config-file (if it exists) no longer does anything and can be removed.