Skip to content

Commit

Permalink
Add changelog items for 1.3.8
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Wang <[email protected]>
  • Loading branch information
ahrtr committed Oct 26, 2023
1 parent d094cd7 commit 34b7ee8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG/CHANGELOG-1.3.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
Note that we start to track changes starting from v1.3.7.

<hr>
## v1.3.8(2023-10-26)

### BoltDB
- Fix [db.close() doesn't unlock the db file if db.munnmap() fails](https://github.com/etcd-io/bbolt/pull/439).
- [Avoid syscall.Syscall use on OpenBSD](https://github.com/etcd-io/bbolt/pull/406).
- Fix [rollback panicking after mlock failed or both meta pages corrupted](https://github.com/etcd-io/bbolt/pull/444).
- Fix [bbolt panicking due to 64bit unaligned on arm32](https://github.com/etcd-io/bbolt/pull/584).

### CMD
- [Update the usage of surgery command](https://github.com/etcd-io/bbolt/pull/411).

<hr>

## v1.3.7(2023-01-31)
Expand Down

0 comments on commit 34b7ee8

Please sign in to comment.