-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
7 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
# Changelog | ||
|
||
The format is based on [Keep a Changelog]. | ||
The format is based on [Keep a Changelog]. | ||
|
||
[Keep a Changelog]: http://keepachangelog.com/en/1.0.0/ | ||
|
||
## [Unreleased] | ||
## [0.5.0] - 2021-05-18 | ||
- Add standard non-overflowing signature parsing `Signature::parse_standard`. The previous behavior `Signature::parse` is considered non-standard and renamed to `Signature::parse_overflowing`. Unless you have a specific need, you should switch to use the new `Signature::parse_standard` function. (PR #67) | ||
|
||
## [0.3.5] - 2020-02-06 | ||
- Implement std::error::Error and Display for Error (PR #29) | ||
- Implement `std::error::Error` and `Display` for `Error`. (PR #29) | ||
- Fix the PartialEq impl of Field. (PR #30) | ||
- Add LowerHex impl for SecretKey and Scalar (PR #32) | ||
- Put signing behind feature flag (PR #33) | ||
- Add `LowerHex` implementation for `SecretKey` and `Scalar`. (PR #32) | ||
- Put signing behind feature flag. (PR #33) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters