Skip to content

Commit

Permalink
k256: add v0.10.3 release notes (#532)
Browse files Browse the repository at this point in the history
This release backports #530.

Since `master` is already v0.11 prereleases, this commit just contains
the release notes.

The released code can be found via the `k256/v0.10.3` tag:

https://github.com/RustCrypto/elliptic-curves/tree/k256/v0.10.3
  • Loading branch information
tarcieri authored Mar 14, 2022
1 parent 855da3c commit ac4b51e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions k256/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3 (2022-03-14)
### Fixed
- Do not normalize the argument in `FieldElementImpl::is_odd()` ([#530])

[#530]: https://github.com/RustCrypto/elliptic-curves/pull/530

## 0.10.2 (2022-01-17)
### Added
- hash2curve support: impl `GroupDigest` for `Secp256k1` ([#503])
Expand Down

0 comments on commit ac4b51e

Please sign in to comment.