aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2025-10-12 22:10:02 -0300
committermat <git@matdoes.dev>2025-10-12 22:10:02 -0300
commit9aaf893588eaecd62f6b146897cbce8a3a5058b5 (patch)
treeeb4bd109480b8e6cfbcd89f1f309c4954d8c8f7f /CHANGELOG.md
parent5f6ebb98c9ef5775ed5fe39662436b83a3108aa6 (diff)
downloadazalea-drasl-9aaf893588eaecd62f6b146897cbce8a3a5058b5.tar.xz
improve ux for entity matching functions
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4e9bd24f..649a23f1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,6 +18,7 @@ is breaking anyways, semantic versioning is not followed.
- Update to Bevy 0.17.
- `Client::query`, `map_component`, and `map_get_component` were replaced by `Client::query_self`.
- Rename `SendPacketEvent` to `SendGamePacketEvent` and `PingEvent` to `GamePingEvent`.
+- Swap the order of the type parameters in entity filtering functions so query is first, then filter.
### Fixed