Skip to content

Commit

Permalink
changelog: Refine 0.3.0 change log
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoverbear committed Jul 9, 2018
1 parent d5b5326 commit b7503c4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# 0.3.0 - 2018-06-07

- Now supports configuring the election timeout range (https://github.com/pingcap/raft-rs/pull/63).
- Fixed a compiler error (https://github.com/pingcap/raft-rs/pull/64)
- Support configuring the election timeout range (https://github.com/pingcap/raft-rs/pull/63).
- Keep compatible with rust-protobuf 2.0 (https://github.com/pingcap/raft-rs/pull/64, https://github.com/pingcap/raft-rs/pull/75)
- Made Raft now `Send` (https://github.com/pingcap/raft-rs/pull/67)
- Added documentation examples (https://github.com/pingcap/raft-rs/pull/69)
- Workaround a problem with Protobufs (https://github.com/pingcap/raft-rs/pull/75)
- Fixed a deadlock in the prevote migration process (https://github.com/pingcap/raft-rs/pull/42)

# 0.2.0 - 2018-05-14
Expand Down

0 comments on commit b7503c4

Please sign in to comment.