diff --git a/RELEASE.md b/RELEASE.md index 823b3f1a7..cf49d98ed 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -106,7 +106,7 @@ lua tools/generate_ingame_credits.lua 4. Make a commit for the above: ``` git add game.conf -git commit -m "Set version for hotifx v0.87.1" +git commit -m "Set version for hotfix v0.87.1" ``` or, if credits got updated: ``` @@ -120,6 +120,7 @@ git commit -m "Updated release credits and set version for hotfix v0.87.1" ## 0.87.1 hotfix ``` and describe the changes there + 6. Make a commit for the releasenotes changes: ``` git add releasenotes/0_87-the_prismatic_release.md diff --git a/releasenotes/0_87-the_prismatic_release.md b/releasenotes/0_87-the_prismatic_release.md index 79668b9e5..3073d0658 100644 --- a/releasenotes/0_87-the_prismatic_release.md +++ b/releasenotes/0_87-the_prismatic_release.md @@ -166,3 +166,15 @@ One of our tools, the Python script allowing conversion of Minecraft resource pa * Ghast fireball related crash – by Araca * Crash related to server restart while a player is dead – by teknomunk * Crashes related to the new effects API - by teknomunk and Herowl + +## 0.87.1 hotfix +* Fixed crash when shooting potions from a dispenser - by teknomunk +* Fixed crash related to custom mobspawners - by teknomunk +* Fixed beacon crash - by teknomunk +* Fixed eye of ender crash - by Herowl +* Fixed Stalker texture generation - by teknomunk +* Correctly refresh enchanted tool capabilities - by teknomunk +* Fixed creative inventory misbehaving - by Herowl +* Fixed variable definition in mob spawning code - by teknomunk +* Updated documentation - by Herowl and teknomunk +* Increased stack size for snowballs and eggs - by JoseDouglas26