Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG/CHANGELOG-1.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ Note that we start to track changes starting from v1.3.7.

<hr>

## v1.3.12(TBD)

### BoltDB
- [Add protection on meta page when it's being written](https://github.com/etcd-io/bbolt/pull/1006)

<hr>

## v1.3.11(2024-08-21)

### BoltDB
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG/CHANGELOG-1.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

### BoltDB
- [Fix the compilation issue on aix, android and solaris due to wrong use of `maxMapSize`](https://github.com/etcd-io/bbolt/pull/990)
- [Add protection on meta page when it's being written](https://github.com/etcd-io/bbolt/pull/1005)

<hr>

Expand Down