From 0457e398fceef532149cea8b170b532ae3dd6e87 Mon Sep 17 00:00:00 2001 From: Christopher Berner Date: Sun, 22 Oct 2023 10:10:30 -0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a8463e8..fdf9c627 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # redb - Changelog +## 1.3.0 - 2023-10-22 +* Implement `RedbKey` for `Option` +* Implement `RedbValue` for `Vec` +* Implement `Debug` for tables +* Add `ReadableTable::first()` and `last()` which retrieve the first and last key-value pairs, respectively` +* Reduce lock contention for mixed read-write workloads +* Documentation improvements + ## 1.2.0 - 2023-09-24 * Add `Builder::create_file()` which does the same thing as `create()` but takes a `File` instead of a path