diff --git a/md5/CHANGELOG.md b/md5/CHANGELOG.md index 1974e88..2bb75d5 100644 --- a/md5/CHANGELOG.md +++ b/md5/CHANGELOG.md @@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## 0.5.1 (2023-08-07) ### Changed -- Prefix x86 asm symbols with `_`` on Windows like on Apple ([#61]) +- Prefix x86 asm symbols with `_` on Windows like on Apple ([#61]) - Fix deprecated use of `cc::Build::compile` ([#59]) [#61]: https://github.com/RustCrypto/asm-hashes/pull/61 diff --git a/sha2/CHANGELOG.md b/sha2/CHANGELOG.md index 4413aa0..385035b 100644 --- a/sha2/CHANGELOG.md +++ b/sha2/CHANGELOG.md @@ -19,7 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## 0.6.2 (2021-07-16) ### Changed -- Prefix x86 asm symbols with `_`` on Windows like on Apple ([#61]) +- Prefix x86 asm symbols with `_` on Windows like on Apple ([#61]) - Fix deprecated use of `cc::Build::compile` ([#59]) [#61]: https://github.com/RustCrypto/asm-hashes/pull/61 diff --git a/whirlpool/CHANGELOG.md b/whirlpool/CHANGELOG.md index 0a06ac8..9527d50 100644 --- a/whirlpool/CHANGELOG.md +++ b/whirlpool/CHANGELOG.md @@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## 0.6.1 (2023-08-07) ### Changed -- Prefix x86 asm symbols with `_`` on Windows like on Apple ([#61]) +- Prefix x86 asm symbols with `_` on Windows like on Apple ([#61]) - Fix deprecated use of `cc::Build::compile` ([#59]) [#61]: https://github.com/RustCrypto/asm-hashes/pull/61