Merge branch 'stable'

This commit is contained in:
Dylan K. Taylor
2021-09-07 12:45:52 +01:00
4 changed files with 16 additions and 8 deletions

View File

@ -24,3 +24,10 @@ Plugin developers should **only** update their required API to this version if y
- Fixed items in the crafting grid getting deleted on server-side disconnect or session timeout.
- A warning is now logged on startup if a debug build of PHP is used to run the server (because it has a significant performance impact).
- GitHub Actions is now used to build new releases, instead of Jenkins. You can see build logs [here](https://github.com/pmmp/PocketMine-MP/actions/workflows/draft-release.yml).
# 3.22.3
- Fixed a bug in the release build of 3.22.2 which caused the crash archive to reject all crashdumps.
- Fixed possible server crash during player spawning.
# 3.22.4
- Fixed a bug which broke the build of 3.22.3.