diff --git a/k256/CHANGELOG.md b/k256/CHANGELOG.md index c17b74af..b1f7176f 100644 --- a/k256/CHANGELOG.md +++ b/k256/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.10.4 (2022-03-15) +### Fixed +- Normalize before calling `is_odd()` in `sng0()` ([#533]) + +[#533]: https://github.com/RustCrypto/elliptic-curves/pull/533 + ## 0.10.3 (2022-03-14) ### Fixed - Do not normalize the argument in `FieldElementImpl::is_odd()` ([#530])