Skip to content

Commit 19a7d7b

Browse files
committed
Update changelog
1 parent 211a1e1 commit 19a7d7b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

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

3+
## 2.5.0 - 2025-04-21
4+
* Add `rename_table()` and `rename_multimap_table()`
5+
* Add `Key` and `Value` implementations for the unary tuple type (i.e. `(T,)`)
6+
* Fix an issue which could cause a panic when concurrently performing read and write transactions,
7+
when `debug_assertions` were enabled
8+
* Optimize `retain()` and `retain_in()` to use less space in the database file
9+
* Improve handling of some internal errors to return `LockPoisoned` instead of panicking
10+
311
## 2.4.0 - 2024-12-30
412
* Add `Database::cache_stats()`
513
* Fix `open()` and `create()` to return `InvalidData` when they are called on a database file

0 commit comments

Comments
 (0)