aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2025-09-26 18:28:42 +0300
committermat <git@matdoes.dev>2025-09-26 18:28:42 +0300
commitc811dc471a31175d985e2d448a772c628dcad5f6 (patch)
tree8b93307d67f22cab90e24f96a7bafa67286ffd42 /CHANGELOG.md
parent2dc8f5683f38297157ea541d2e0ed536aadafdf9 (diff)
downloadazalea-drasl-c811dc471a31175d985e2d448a772c628dcad5f6.tar.xz
update azalea-auth docs and variable names to make it clear that the cache key doesn't need to be an email
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8886e956..10948e27 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -57,9 +57,8 @@ is breaking anyways, semantic versioning is not followed.
- Improved matchers on the `ChatPacket` functions to work on more servers. (@ShayBox)
- Bevy's `AppExit` Event is now handled by Azalea's ECS runner.
- Pathfinding now works over farmland blocks.
-- `HitResultComponent` no longer treats non-pickable entities like dropped items as pickable.
- Refreshing the account token no longer results in a panic.
-- Fix `::is_valid_id` on registries incorrectly returning true for values equal to the length.
+- Fix `is_valid_id` on registries incorrectly returning true for values equal to the length.
- Fix outdated implementation for the `ClientboundMerchantOffers` packet.
- Fix compilation with new dependency versions. (@ShayBox)