keccak: add CHANGELOG.md entry for v0.1.6 (#104)

Released in #103
This commit is contained in:
Tony Arcieri 2026-02-13 11:31:51 -07:00 committed by GitHub
parent 7ac1920198
commit b27e9bff49
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,6 +14,12 @@ TODO: fill out rest of changelog
[#91]: https://github.com/RustCrypto/sponges/pull/91
## 0.1.6 (2026-02-13)
### Fixed
- ARMv8 `asm!` invocation had incorrect operand type ([#103])
[#103]: https://github.com/RustCrypto/sponges/pull/103
## 0.1.5 (2024-01-12)
### Changed
- Enable ARMv8 ASM backend for `p1600` ([#68])