Skip to content

Commit dbe1e6d

Browse files
authored
Merge pull request #1061 from ahrtr/20250818_changelog
Update 1.3 and 1.4 changelog to cover WriteTo change
2 parents 9607335 + b8f8dda commit dbe1e6d

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

CHANGELOG/CHANGELOG-1.3.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Note that we start to track changes starting from v1.3.7.
66

77
### BoltDB
88
- [Add protection on meta page when it's being written](https://github.com/etcd-io/bbolt/pull/1006)
9+
- Fix [potential data corruption in `(*Tx)WriteTo` if underlying db file is overwritten](https://github.com/etcd-io/bbolt/pull/1059)
910

1011
<hr>
1112

CHANGELOG/CHANGELOG-1.4.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11

22
<hr>
33

4+
## v1.4.3(TBD)
5+
6+
### BoltDB
7+
- Fix [potential data corruption in `(*Tx)WriteTo` if underlying db file is overwritten](https://github.com/etcd-io/bbolt/pull/1058)
8+
9+
<hr>
10+
411
## v1.4.2(2025-06-27)
512

613
### BoltDB

0 commit comments

Comments
 (0)