We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e98b4f4 commit a502e7aCopy full SHA for a502e7a
CHANGELOG.md
@@ -1,16 +1,16 @@
1
-# Unreleased
+# 0.34.4
2
3
## New Features
4
5
-* #1151 Send is implemented for Iter
+* #1151 `Send` is implemented for `Iter`
6
* #1167 added `Tree::first` and `Tree::last` functions
7
to retrieve the first or last items in a `Tree`, unless
8
the `Tree` is empty.
9
10
## Bug Fixes
11
12
* #1159 dropping a `Db` instance will no-longer
13
- prematurely shut-down the background fsync
+ prematurely shut-down the background flusher
14
thread.
15
* #1168 fixed an issue that was causing panics during
16
recovery in 32-bit code.
@@ -21,7 +21,7 @@
21
22
23
24
-* #1146 added TransactionalTree::generate_id
+* #1146 added `TransactionalTree::generate_id`
25
26
# 0.34.2
27
0 commit comments