You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelogs/5.33.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -133,3 +133,15 @@ Released 31st August 2025.
133
133
134
134
## Fixes
135
135
- Fixed banners placed in prior versions getting their tiles deleted (due to missing `Type` tags).
136
+
137
+
# 5.33.2
138
+
Released 16th September 2025.
139
+
140
+
## General
141
+
- PHP 8.4 has now been added to the test matrix.
142
+
143
+
## Fixes
144
+
- Fixed PHP 8.4 deprecation notice in `AsyncGeneratorExecutor`.
145
+
- Fixed inventory windows breaking if a window is sent while the player has the chat window open (e.g. quickly pressing E followed by / could trigger this).
146
+
- Fixed `BlockBreakEvent` being called twice in creative if cancelled.
147
+
- Reduced block lag when towering and other situations where the placed block might intersect with the player's AABB. Block lag may still appear on higher latency clients - this is still being worked on.
0 commit comments