Skip to content

Commit

Permalink
Update issue links
Browse files Browse the repository at this point in the history
Resolves: #84
  • Loading branch information
moCello committed May 31, 2022
1 parent 2c679a2 commit 492a625
Showing 1 changed file with 24 additions and 10 deletions.
34 changes: 24 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed
- Update issue links in CHANGELOG [#84]

## [0.10.0] - 2022-05-25

### Changed
- `invert` Scalar function signature [#78](https://github.com/dusk-network/bls12_381/issues/78)
- `invert` Scalar function signature [#78]

### Added
- `invert_ct` constant time Scalar inversion calculation [#78](https://github.com/dusk-network/bls12_381/issues/78)
- `invert_ct` constant time Scalar inversion calculation [#78]

## [0.9.0] - 2022-02-24

Expand All @@ -25,38 +28,38 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

- Fix `canonical-0.6` impl bugs. [#61](https://github.com/dusk-network/bls12_381/issues/61)
- Fix `canonical-0.6` impl bugs. [#61]

### Removed

- Remove unnecessary `.into()` calls. [#67](https://github.com/dusk-network/bls12_381/issues/67)
- Remove unnecessary `.into()` calls. [#67]

## [0.7.0] - 2021-04-12

### Added

- `parallel` feature inclusion. [#54](https://github.com/dusk-network/bls12_381/issues/54)
- `parallel` feature inclusion. [#54]

### Fixed

- No_std support fixes. [#54](https://github.com/dusk-network/bls12_381/issues/54)
- Fix crate benchmarks. [#59](https://github.com/dusk-network/bls12_381/issues/59)
- No_std support fixes. [#54]
- Fix crate benchmarks. [#59]

### Changed

- Update `canonical` to `0.6`. [#58](https://github.com/dusk-network/bls12_381/issues/58)
- Update `canonical` to `0.6`. [#58]

## [0.6.0] - 2021-01-27

### Changed

- Canonical updated to v0.5 [#52](https://github.com/dusk-network/bls12_381/issues/52)
- Canonical updated to v0.5 [#52]

## [0.5.2] - 2021-01-25

### Fixed

- Incorrect encoding for unchecked bytes serialization [#50](https://github.com/dusk-network/bls12_381/issues/50)
- Incorrect encoding for unchecked bytes serialization [#50]

## [0.5.1] - 2021-01-22

Expand Down Expand Up @@ -134,6 +137,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Change `to_base_4` method of `Scalar`
- Rename `S` to `TWO_ADACITY` and export it

<!-- Issues -->
[#84]: (https://github.com/dusk-network/bls12_381/issues/84)
[#78]: (https://github.com/dusk-network/bls12_381/issues/78)
[#61]: (https://github.com/dusk-network/bls12_381/issues/61)
[#67]: (https://github.com/dusk-network/bls12_381/issues/67)
[#54]: (https://github.com/dusk-network/bls12_381/issues/54)
[#59]: (https://github.com/dusk-network/bls12_381/issues/59)
[#58]: (https://github.com/dusk-network/bls12_381/issues/58)
[#52]: (https://github.com/dusk-network/bls12_381/issues/52)
[#50]: (https://github.com/dusk-network/bls12_381/issues/50)

<!-- Versions -->
[unreleased]: https://github.com/dusk-network/bls12_381/compare/v0.10.0...HEAD
[0.10.0]: https://github.com/dusk-network/bls12_381/compare/v0.9.0...v0.10.0
Expand Down

0 comments on commit 492a625

Please sign in to comment.