Skip to content

Commit

Permalink
Merge pull request #238 from ahrtr/changelog_20241118
Browse files Browse the repository at this point in the history
Add changelog for 3.6.0-beta.0
  • Loading branch information
ahrtr authored Nov 20, 2024
2 parents 37c49a0 + b022594 commit f51a070
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG/CHANGELOG-3.6.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@ Note that we start to track changes starting from v3.6.

<hr>

## v3.6.0-beta.0(tbd)

### Changelog since v3.6.0-alpha.0
- [Minor refactoring `raft.maybeSendAppend`](https://github.com/etcd-io/raft/pull/136)
- [Add entryID and logSlice types](https://github.com/etcd-io/raft/pull/145)
- [Fix next index might be smaller than match index](https://github.com/etcd-io/raft/pull/149)
- [Minor refactoring raftLog initialization](https://github.com/etcd-io/raft/pull/151)
- [cleanup Match, Next and MaybeUpdate](https://github.com/etcd-io/raft/pull/165)
- [tracker: track in-flight commit index](https://github.com/etcd-io/raft/pull/171)
- [Replace sort.Slice with slices.Sort, slices.SortFunc](https://github.com/etcd-io/raft/pull/221)

### Others
- [Introduce TLA+ trace validation](https://github.com/etcd-io/raft/pull/113)

<hr>

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

### Features
Expand Down

0 comments on commit f51a070

Please sign in to comment.