Skip to content

Commit 221df4f

Browse files
committed
add changelog for v2.3.0
1 parent 7f5af0f commit 221df4f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# Release 2.3.0(2023-08-18)
2+
## 🚀 New Features
3+
* use BTree as the default memory data structure.
4+
* the old Radix will be removed, and the iterator too.
5+
6+
## 🎠 Community
7+
* Thanks to @Jeremy-Run
8+
* remove merge file after tests (https://github.com/rosedblabs/rosedb/pull/250)
9+
* replace original file and rebuilt index after merge (https://github.com/rosedblabs/rosedb/pull/255)
10+
* Thanks to @SYaoJun
11+
* fix: single quote error in README (https://github.com/rosedblabs/rosedb/pull/256)
12+
* Thanks to @weijiew
13+
* add btree Ascend、Descend method and unitest. (https://github.com/rosedblabs/rosedb/pull/257)
14+
115
# Release 2.2.2(2023-08-05)
216
## 🚀 New Features
317
* Watch Key [feature support watch event by key #227](https://github.com/rosedblabs/rosedb/issues/227) @Jeremy-Run

0 commit comments

Comments
 (0)