diff --git a/changelogs/3.11.md b/changelogs/3.11.md index b6e52f0b8..c8b7bf0da 100644 --- a/changelogs/3.11.md +++ b/changelogs/3.11.md @@ -33,3 +33,13 @@ Plugin developers should **only** update their required API to this version if y - `SkinImage` now throws `InvalidArgumentException` if it receives an unexpected amount of bytes for the given image heigh/width. - Fixed broken code in `PlayerAuthInputPacket::create()`. - Removed some dead constants from `NetworkInventoryAction`. + +# 3.11.3 +- Fixed some PHPStan false-positives in release builds. +- Git hash is now correctly detected for source builds when the working directory is not the repository root. +- Added a specialized build script `build/server-phar.php` for creating server phars. +- Fixed timings crashing the server. +- Timings chains now work correctly. +- Fixed some minor timing errors in chained timings. +- Forcing resource packs no longer causes removal of client-sided resource packs. If this behaviour is desired, use a vanilla resource pack at the bottom of your resource stack (as was necessary for non-forced packs). +- Added documentation to the API to clarify that effect durations are in ticks. \ No newline at end of file