Skip to content

Commit a502e7a

Browse files
committed
Cut 0.34.4
1 parent e98b4f4 commit a502e7a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
# Unreleased
1+
# 0.34.4
22

33
## New Features
44

5-
* #1151 Send is implemented for Iter
5+
* #1151 `Send` is implemented for `Iter`
66
* #1167 added `Tree::first` and `Tree::last` functions
77
to retrieve the first or last items in a `Tree`, unless
88
the `Tree` is empty.
99

1010
## Bug Fixes
1111

1212
* #1159 dropping a `Db` instance will no-longer
13-
prematurely shut-down the background fsync
13+
prematurely shut-down the background flusher
1414
thread.
1515
* #1168 fixed an issue that was causing panics during
1616
recovery in 32-bit code.
@@ -21,7 +21,7 @@
2121

2222
## New Features
2323

24-
* #1146 added TransactionalTree::generate_id
24+
* #1146 added `TransactionalTree::generate_id`
2525

2626
# 0.34.2
2727

0 commit comments

Comments
 (0)