CHANGELOG: update for v1.3.9

- [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)

Signed-off-by: Wei Fu <fuweid89@gmail.com>
pull/645/head
Wei Fu 2023-12-18 23:44:18 +08:00
parent 086cd74c57
commit e4ab08e221
1 changed files with 5 additions and 0 deletions

View File

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