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 <[email protected]>
Signed-off-by: samuelbartels20 <[email protected]>
  • Loading branch information
fuweid authored and samuelbartels20 committed Nov 10, 2024
1 parent 2840f01 commit 4c03d3a
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 4c03d3a

Please sign in to comment.