aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2025-12-28 00:03:50 -1030
committermat <git@matdoes.dev>2025-12-28 00:03:50 -1030
commit5b1a78baf757897532be8c308a37c99fb2ca3352 (patch)
tree0131aa90cfe1b18207fd387ec35f1e0971459c55
parent20c7e27250148f62bab9e7b99e4f0cd6deb82325 (diff)
downloadazalea-drasl-5b1a78baf757897532be8c308a37c99fb2ca3352.tar.xz
update changelog
-rw-r--r--CHANGELOG.md2
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