Update changelog for 1.3.10

Signed-off-by: Benjamin Wang <benjamin.ahrtr@gmail.com>
pull/747/head
Benjamin Wang 2024-05-03 15:18:13 +01:00
parent 5192661398
commit 6ba9b2c20b
1 changed files with 11 additions and 0 deletions

View File

@ -2,6 +2,17 @@ Note that we start to track changes starting from v1.3.7.
<hr>
## v1.3.10(TBD)
### BoltDB
- [Remove deprecated `UnsafeSlice` and use `unsafe.Slice`](https://github.com/etcd-io/bbolt/pull/717)
- [Stabilize the behaviour of Prev when the cursor already points to the first element](https://github.com/etcd-io/bbolt/pull/744)
### Other
- [Bump go version to 1.21.9](https://github.com/etcd-io/bbolt/pull/713)
<hr>
## v1.3.9(2024-02-24)
### BoltDB