Skip to content

Commit

Permalink
CHANGELOG: update for v1.3.9
Browse files Browse the repository at this point in the history
- [bucket: allow to allocate key on stack in Put()](etcd-io/bbolt#550)
- [bucket.Put: copy key before seek](etcd-io/bbolt#637)
- [copy key before comparing during CreateBucket or CreateBucketIfNotExists](etcd-io/bbolt#641)

Signed-off-by: Wei Fu <[email protected]>
  • Loading branch information
passiondev2024 committed Dec 18, 2023
1 parent 686cee1 commit 659c0ce
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG/CHANGELOG-1.3.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Note that we start to track changes starting from v1.3.7.

## v1.3.9(TBD)

### BoltDB
- [Clone the key before operating data in bucket against the key](https://github.com/etcd-io/bbolt/pull/639)

<hr>

## v1.3.8(2023-10-26)
Expand Down

0 comments on commit 659c0ce

Please sign in to comment.