diff --git a/changelogs/3.19.md b/changelogs/3.19.md index 0901687e0..aaa950525 100644 --- a/changelogs/3.19.md +++ b/changelogs/3.19.md @@ -24,3 +24,8 @@ Plugin developers should **only** update their required API to this version if y # 3.19.2 - Signs can now only be edited by the player who placed them. They will become finalized if the chunk containing them is unloaded and reloaded, or if the creating player quits the server. + +# 3.19.3 +- Fixed `Worker->quit()` returning without stopping the thread. +- Added some protocol constants in `SetDisplayObjectivePacket`. +- Fixed possible client crash caused by `CraftingDataPacket`.