Skip to content

Commit

Permalink
Merge pull request #119 from nspcc-dev/rel-0.3.0
Browse files Browse the repository at this point in the history
CHANGELOG: release 0.3.0
  • Loading branch information
roman-khimov committed Aug 1, 2024
2 parents eddbd6d + 42b041c commit 432be8f
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,23 @@ This document outlines major changes between releases.
## [Unreleased]

New features:
* TLA+ model for MEV-resistant dBFT extension (#116)

Behaviour changes:
* simplify PublicKey interface (#114)
* remove WithKeyPair callback from dBFT (#114)

Improvements:

Bugs fixed:

## [0.2.0] (01 August 2024)

New features:
* TLA+ model for MEV-resistant dBFT extension (#116)
* support for additional phase of MEV-resistant dBFT (#118)

Behaviour changes:
* simplify PublicKey interface (#114)
* remove WithKeyPair callback from dBFT (#114)

## [0.2.0] (01 April 2024)

We're rolling out an update for dBFT that contains a substantial library interface
Expand Down Expand Up @@ -55,6 +62,7 @@ Improvements:

Stable dbft 2.0 implementation.

[Unreleased]: https://github.com/nspcc-dev/dbft/compare/v0.2.0...master
[Unreleased]: https://github.com/nspcc-dev/dbft/compare/v0.3.0...master
[0.3.0]: https://github.com/nspcc-dev/dbft/releases/v0.3.0
[0.2.0]: https://github.com/nspcc-dev/dbft/releases/v0.2.0
[0.1.0]: https://github.com/nspcc-dev/dbft/releases/v0.1.0
[0.1.0]: https://github.com/nspcc-dev/dbft/releases/v0.1.0

0 comments on commit 432be8f

Please sign in to comment.