diff options
| author | mat <git@matdoes.dev> | 2025-10-12 22:10:02 -0300 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-10-12 22:10:02 -0300 |
| commit | 9aaf893588eaecd62f6b146897cbce8a3a5058b5 (patch) | |
| tree | eb4bd109480b8e6cfbcd89f1f309c4954d8c8f7f /CHANGELOG.md | |
| parent | 5f6ebb98c9ef5775ed5fe39662436b83a3108aa6 (diff) | |
| download | azalea-drasl-9aaf893588eaecd62f6b146897cbce8a3a5058b5.tar.xz | |
improve ux for entity matching functions
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 1 |
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 |
