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 11, 2018
1 parent d5b5326 commit 7b4defc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
# 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

- Deprecated sync-log and add context (https://github.com/pingcap/raft-rs/pull/59)
- Deprecate sync-log and add context (https://github.com/pingcap/raft-rs/pull/59)
- Fix learner isolation bug (https://github.com/pingcap/raft-rs/pull/58)
- Port several tests (https://github.com/pingcap/raft-rs/pull/54, https://github.com/pingcap/raft-rs/pull/41)
- Add examples (https://github.com/pingcap/raft-rs/pull/44)
Expand Down

0 comments on commit 7b4defc

Please sign in to comment.