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#550)
- [bucket.Put: copy key before seek](etcd-io#637)
- [copy key before comparing during CreateBucket or CreateBucketIfNotExists](etcd-io#641)

Signed-off-by: Wei Fu <fuweid89@gmail.com>
  • Loading branch information
fuweid committed Dec 18, 2023
1 parent 086cd74 commit 80a557f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG/CHANGELOG-1.3.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
Note that we start to track changes starting from v1.3.7.

## v1.3.9(TBD)

### BoltDB
- [bucket: allow to allocate key on stack in Put()](https://github.com/etcd-io/bbolt/pull/550)
- [bucket.Put: copy key before seek](https://github.com/etcd-io/bbolt/pull/637)
- [copy key before comparing during CreateBucket or CreateBucketIfNotExists](https://github.com/etcd-io/bbolt/pull/641)

<hr>

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

0 comments on commit 80a557f

Please sign in to comment.