Merge pull request #347 from ahrtr/add_changelog

add changelog for boltDB
pull/341/head
Marek Siarkowicz 2022-11-14 12:41:33 +01:00 committed by GitHub
commit eedea6cb26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 0 deletions

15
CHANGELOG.md Normal file
View File

@ -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).