diff options
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index bb0032c8..fb9b8f21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,8 @@ is breaking anyways, semantic versioning is not followed. ### Changed - Move the `Client` struct out of `azalea-client` into `azalea`. +- `Client::ecs` is now an `RwLock` instead of a `Mutex`. +- `Client::component` and `entity_component` now return a mapped RwLock guard instead of cloning the component. ### Fixed |
