mirror of https://github.com/etcd-io/bbolt.git
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
parent
086cd74c57
commit
e4ab08e221
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue