Skip to content

Commit

Permalink
Update the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
fjarri committed Jan 17, 2023
1 parent f882059 commit 9569a34
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

Under construction.
### Added

- Added `Signature::to_be_bytes()`, `Capsule::to_bytes_simple()`, and `CapsuleFrag::to_bytes_simple()` to use in Ethereum contracts. ([#115])


### Fixed

- Added the missing `VerifiedCapsuleFrag::unverify()` method in WASM bindings. ([#115])
- Added the missing `Signature::to_der_bytes()` and `from_der_bytes()` that were missing in the Rust library but present in the bindings. ([#115])


[#115]: https://github.com/nucypher/rust-umbral/pull/115


## [0.8.0] - 2023-01-15
Expand Down Expand Up @@ -220,7 +231,7 @@ the corresponding methods in Python and WASM bindings. ([#84])

- Initial release.

[Unreleased]: https://github.com/nucypher/rust-umbral/compare/v0.7.0...HEAD
[Unreleased]: https://github.com/nucypher/rust-umbral/compare/v0.8.0...HEAD
[0.2.0]: https://github.com/nucypher/rust-umbral/releases/tag/v0.2.0
[0.3.0]: https://github.com/nucypher/rust-umbral/releases/tag/v0.3.0
[0.4.0]: https://github.com/nucypher/rust-umbral/releases/tag/v0.4.0
Expand Down

0 comments on commit 9569a34

Please sign in to comment.