diff --git a/changelogs/3.25.md b/changelogs/3.25.md index 8c66ff9f3..360729e3c 100644 --- a/changelogs/3.25.md +++ b/changelogs/3.25.md @@ -9,3 +9,8 @@ Plugin developers should **only** update their required API to this version if y # 3.25.0 - Added support for Minecraft: Bedrock Edition 1.17.40. - Removed compatibility with earlier versions. + +# 3.25.1 +- Fixed autosave bug that caused unmodified chunks to be saved at least once (during the first autosave after they were loaded). +- `Entity->spawnTo()` now has an additional sanity check for matching worlds (might expose a few new errors in plugins). +- Fixed a missing field in `CraftRecipeAuto` item stack request type.