Skip to content

Commit 62e3069

Browse files
committed
update changelog
1 parent 0429c7d commit 62e3069

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ is breaking anyways, semantic versioning is not followed.
1212

1313
- Add `Client::query_entity` and `try_query_entity` to complement `query_self`.
1414
- Add `Client::entity_interact` and `EntityInteractEvent` to interact with entities without checking that they're in the crosshair.
15-
- Implement initial support for mob effects, including jump boost, haste, conduit power, and mining fatigue. (@ShayBox)
15+
- Initial support for mob effects, including jump boost, haste, conduit power, and mining fatigue. (@ShayBox)
16+
- Support for the efficiency enchantment.
17+
- Support for items with attribute modifiers.
1618

1719
### Changed
1820

@@ -25,6 +27,7 @@ is breaking anyways, semantic versioning is not followed.
2527
- Moved `azalea_client::inventory::Inventory` to `azalea_entity::inventory::Inventory`.
2628
- Rename `ResourceLocation` to `Identifier` to match Minecraft's new internal naming.
2729
- Rename `azalea_protocol::resolver` to `resolve` and `ResolverError` to `ResolveError`.
30+
- Refactor `RegistryHolder` to pre-deserialize some registries.
2831

2932
### Fixed
3033

0 commit comments

Comments
 (0)