Skip to content

Commit

Permalink
add changelog for boltDB
Browse files Browse the repository at this point in the history
Added a changelog file for 1.3.x, and planning to release
1.3.7 with a detailed changelog for users reference.

Signed-off-by: Benjamin Wang <wachao@vmware.com>
  • Loading branch information
ahrtr committed Nov 14, 2022
1 parent c5901d2 commit f4160e7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Note that we start to track changes starting from v1.3.7.

<hr>

## v1.3.7(TBD)

### BoltDB
- [Add support for loong64 arch](https://github.com/etcd-io/bbolt/pull/303).

### CMD
- [Open db file readonly in compact CLI command](https://github.com/etcd-io/bbolt/pull/292).

### Other
- [Bump golang.org/x/sys to v0.2.0](https://github.com/etcd-io/bbolt/pull/346).

0 comments on commit f4160e7

Please sign in to comment.