Release 4.15.3

This commit is contained in:
Dylan K. Taylor
2023-03-07 15:33:03 +00:00
parent ef942a627f
commit 71e3e36522
2 changed files with 9 additions and 2 deletions

View File

@ -28,4 +28,11 @@ Released 24th February 2023.
- Accept Minecraft: Bedrock Edition 1.19.63 (identical protocol to 1.19.62, but different version due to Mojang mixup).
## Fixes
- Fixed `World Population` timer sometimes not being stopped, causing strange results in timings reports.
- Fixed `World Population` timer sometimes not being stopped, causing strange results in timings reports.
# 4.15.3
Released 7th March 2023.
## Fixes
- Fixed `/dumpmemory` crash when any object contained an `INF` or `NaN` float value.
- Updated RakLib for security fixes.