Added changelog so far for beta2

This commit is contained in:
Dylan K. Taylor 2021-09-09 01:32:39 +01:00
parent 34f01a3ce3
commit 6f8261f26a
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -1263,3 +1263,29 @@ However, if we add `src-namespace-prefix: pmmp\TesterPlugin` to the `plugin.yml`
### Inventory
- Implemented offhand inventory.
# 4.0.0-BETA2
## General
- ext-chunkutils 0.3.x is now required.
- Reduced memory usage of light storage after garbage collection.
- Reduced memory usage of uniform subchunks which only contain 1 type of block.
- The title bar no longer displays heap memory usage numbers (nobody seemed to know that was what it was, anyway).
- `/status` no longer displays heap memory usage numbers.
- `start.sh` no longer specifically mentions PHP 7 when erroring because of a missing PHP binary.
## Fixes
- Fixed players getting disconnected when using `/tp` to ungenerated chunks (or when teleported by players).
- Fixed a potential memory leak in block updating when chunks are unloaded.
- Fixed `Living->lookAt()` not taking eye height into account.
## API changes
- The following API methods have been added:
- `World->getChunkEntities()`
- `World->notifyNeighbourBlockUpdate()`
- The following API methods have been removed:
- `Chunk->getEntities()`
- `Chunk->getSavableEntities()`
- `Chunk->addEntity()`
- `Chunk->removeEntity()`