Skip to content

Commit

Permalink
add changelog for 3.6
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Wang <benjamin.ahrtr@gmail.com>
  • Loading branch information
ahrtr committed Jan 12, 2024
1 parent f1c02c9 commit 96cc8bd
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG/CHANGELOG-3.6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Note that we start to track changes starting from v3.6.

<hr>

## v3.6.0-alpha.0(2024-01-12)

### Features
- [Support asynchronous storage writes](https://github.com/etcd-io/raft/pull/8)
- [Add ForgetLeader](https://github.com/etcd-io/raft/pull/78)
- [Add StepDownOnRemoval](https://github.com/etcd-io/raft/pull/79)
- [Accept any snapshot that allows replication](https://github.com/etcd-io/raft/pull/110)

### Others
- [Deprecate RawNode.TickQuiesced()](https://github.com/etcd-io/raft/pull/62)

0 comments on commit 96cc8bd

Please sign in to comment.