Added missing CHANGELOG entry

This commit is contained in:
Pascal 2025-09-08 11:01:43 +02:00 committed by Zeeshan Ali Khan
parent c70d081ec2
commit 66dab53263

View File

@ -33,6 +33,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- CI now uses flags specified in `Cargo.toml` for `rustdoc` tests.
- Fixed clippy lints.
- The `UnionNode<T>` in `pool` now has the correct memory layout for reinterpreting it as a pointer to `T`
### Removed