diff --git a/CHANGELOG/CHANGELOG-1.3.md b/CHANGELOG/CHANGELOG-1.3.md index ee1eedec9..5dfd7fb4c 100644 --- a/CHANGELOG/CHANGELOG-1.3.md +++ b/CHANGELOG/CHANGELOG-1.3.md @@ -5,6 +5,9 @@ Note that we start to track changes starting from v1.3.7. ### BoltDB - [Clone the key before operating data in bucket against the key](https://github.com/etcd-io/bbolt/pull/639) +### CMD +- [Fix `bbolt keys` and `bbolt get` to prevent them from panicking when no parameter provided](https://github.com/etcd-io/bbolt/pull/683) +
## v1.3.8(2023-10-26)