changelog: remove mentions of unsupported / corrupted world handling

the fixes for these problems were backported to PM3 during the PHPStan integration.

[ci skip]
This commit is contained in:
Dylan T 2021-06-09 13:19:40 +01:00 committed by GitHub
parent 2fff3fa60c
commit 38a32c6540
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -102,8 +102,6 @@ This major version features substantial changes throughout the core, including s
- `pmanvil`
- 256 build-height is now supported in all worlds (facilitated by automatic conversion).
- Extended blocks are now supported (facilitated by automatic conversion).
- Unsupported world formats no longer causes a crash, but a graceful shutdown instead.
- World corruption no longer causes a crash, but a graceful shutdown instead.
- Lighting is no longer stored or loaded from disk - instead, it's calculated on the fly as-needed. This fixes many long-standing bugs.
#### Performance