### Added
- `alloc` crate feature ([#678])
- `sha1_backend` configuration flag ([#808])
### Changed
- Edition changed to 2024 and MSRV bumped to 1.85 ([#652])
- Relax MSRV policy and allow MSRV bumps in patch releases
- Update to `digest` v0.11
- Replace type aliases with newtypes ([#678])
- Implementation of the `SerializableState` trait ([#716])
### Removed
- `asm`, `loongarch64_asm`, `force-soft`, `std`, and `compress` crate
features ([#542], [#678], [#808])
[#542]: https://github.com/RustCrypto/hashes/pull/542
[#652]: https://github.com/RustCrypto/hashes/pull/652
[#678]: https://github.com/RustCrypto/hashes/pull/678
[#716]: https://github.com/RustCrypto/hashes/pull/716
[#808]: https://github.com/RustCrypto/hashes/pull/808