diff --git a/CHANGELOG.md b/CHANGELOG.md index a4f8d57c8..9d3f6a32c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,19 +1,19 @@ # 0.3.0 - 2018-06-07 -- Fix deadlock during prevote migration process -- Keep compatible with protobuf 2.0 -- Make raft `Send` -- Add more docs and example -- Support configuring election timeout range +- 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) +- 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 -- Fix learner isolation bug -- Port several tests -- Add examples -- Use fxhash +- 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) +- Use fxhash (https://github.com/pingcap/raft-rs/pull/48) # 0.1.0 - 2018-02-26 -initial release +- initial release