Skip to content

Commit 92b05a8

Browse files
committed
Update changelog
1 parent 738b7ab commit 92b05a8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# redb - Changelog
22

3+
## 2.1.3 - 2024-09-14
4+
* Significant performance optimizations to `compact()`
5+
* Fix some additional cases where `compact()` did not fully compact the database
6+
* Fix a panic that could occur in `commit()` or `abort()` after an IO error. `StorageError::PreviousIo` is now returned
7+
* Fix a potential panic that could occur when repairing the database after a crash
8+
39
## 2.1.2 - 2024-08-25
410
### Major fixes:
511
* Fix leak of database space that could occur when calling `restore_savepoint()`

0 commit comments

Comments
 (0)