Skip to content

Commit

Permalink
Cut 0.34.4
Browse files Browse the repository at this point in the history
  • Loading branch information
spacejam committed Sep 10, 2020
1 parent e98b4f4 commit a502e7a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Unreleased
# 0.34.4

## New Features

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

## Bug Fixes

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

## New Features

* #1146 added TransactionalTree::generate_id
* #1146 added `TransactionalTree::generate_id`

# 0.34.2

Expand Down

0 comments on commit a502e7a

Please sign in to comment.