Skip to content

Commit 6a1dfa5

Browse files
authored
Merge pull request #991 from ahrtr/20250615_changelog
Update changelog for 1.4.2 and 1.5.0
2 parents fdf3825 + 01931e8 commit 6a1dfa5

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

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.2(TBD)
5+
6+
### BoltDB
7+
- [Fix the compilation issue on aix, android and solaris due to wrong use of `maxMapSize`](https://github.com/etcd-io/bbolt/pull/990)
8+
9+
<hr>
10+
411
## v1.4.1(2025-06-10)
512

613
### BoltDB

CHANGELOG/CHANGELOG-1.5.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<hr>
2+
3+
## v1.5.0(TBD)
4+
5+
### BoltDB
6+
- [Add support for data file size limit](https://github.com/etcd-io/bbolt/pull/929)
7+
- [Remove the unused txs list](https://github.com/etcd-io/bbolt/pull/973)
8+
- [Add option `NoStatistics` to make the statistics optional](https://github.com/etcd-io/bbolt/pull/977)
9+
10+
<hr>

0 commit comments

Comments
 (0)