aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2025-10-30 11:02:50 -0530
committermat <git@matdoes.dev>2025-10-30 11:02:50 -0530
commit03a496fc7d952b1136cb717f2e8d1ccfb798ee64 (patch)
treee6b4d8052d9e622f741c35c9409e24b2a48436ce /CHANGELOG.md
parent818f2d01d49e574946d1a704e1445156afc9c2fb (diff)
downloadazalea-drasl-03a496fc7d952b1136cb717f2e8d1ccfb798ee64.tar.xz
cleanup some code related to mob effects
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 3ddad98b..1d83334b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -21,6 +21,7 @@ is breaking anyways, semantic versioning is not followed.
- 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.
- Add optional `timeout_ticks` field to `Client::open_container_at`.
+- Implement initial support for mob effects, including jump boost, haste, conduit power, and mining fatigue. (@ShayBox)
### Fixed