diff options
| author | mat <git@matdoes.dev> | 2026-02-03 19:56:27 -0330 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2026-02-03 19:56:27 -0330 |
| commit | 26f3474f835a586af8b4383fdc9b83ebc54da299 (patch) | |
| tree | 04529d8720935d781547750c744846c7d6f5da19 | |
| parent | 6c0be6913dd0bcbb7e17a3e2a4daa45fcc8f5103 (diff) | |
| download | azalea-drasl-26f3474f835a586af8b4383fdc9b83ebc54da299.tar.xz | |
add 0.15.1 to changelog
| -rw-r--r-- | CHANGELOG.md | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 34daa0a0..08fc176f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,13 +35,19 @@ is breaking anyways, semantic versioning is not followed. ### Fixed +- The pathfinder now avoids magma blocks. +- Fixed several panics, OOMs, and memory leaks in `azalea-protocol`. +- Click events in chat messages were missing. + +## [0.15.1+mc1.21.11] - 2026-02-03 + +### Fixed + +- Fix compilation errors from unstable dependencies. - Serializing `FormattedText` with serde was writing `extra` twice. - Attack cooldowns were being applied incorrectly for tools. - `Identifier` had an incorrect `Hash` and `PartialEq` implementation. -- The pathfinder now avoids magma blocks. - Explosion knockback was being applied incorrectly. -- Fixed several panics, OOMs, and memory leaks in `azalea-protocol`. -- Click events in chat messages were missing. ## [0.15.0+mc1.21.11] - 2025-12-18 |
