Skip to content

Commit f51a070

Browse files
authored
Merge pull request #238 from ahrtr/changelog_20241118
Add changelog for 3.6.0-beta.0
2 parents 37c49a0 + b022594 commit f51a070

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG/CHANGELOG-3.6.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@ Note that we start to track changes starting from v3.6.
22

33
<hr>
44

5+
## v3.6.0-beta.0(tbd)
6+
7+
### Changelog since v3.6.0-alpha.0
8+
- [Minor refactoring `raft.maybeSendAppend`](https://github.com/etcd-io/raft/pull/136)
9+
- [Add entryID and logSlice types](https://github.com/etcd-io/raft/pull/145)
10+
- [Fix next index might be smaller than match index](https://github.com/etcd-io/raft/pull/149)
11+
- [Minor refactoring raftLog initialization](https://github.com/etcd-io/raft/pull/151)
12+
- [cleanup Match, Next and MaybeUpdate](https://github.com/etcd-io/raft/pull/165)
13+
- [tracker: track in-flight commit index](https://github.com/etcd-io/raft/pull/171)
14+
- [Replace sort.Slice with slices.Sort, slices.SortFunc](https://github.com/etcd-io/raft/pull/221)
15+
16+
### Others
17+
- [Introduce TLA+ trace validation](https://github.com/etcd-io/raft/pull/113)
18+
19+
<hr>
20+
521
## v3.6.0-alpha.0(2024-01-12)
622

723
### Features

0 commit comments

Comments
 (0)