Skip to content

Commit

Permalink
bgzf/changelog: Fix entry placement
Browse files Browse the repository at this point in the history
  • Loading branch information
zaeleus committed Aug 31, 2023
1 parent fec9e9d commit e76d172
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion noodles-bgzf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 0.23.0 - 2023-08-17
## Unreleased

### Added

Expand All @@ -9,6 +9,10 @@
This differs from a `bgzf::Reader` with > 1 worker by placing the inner
reader on its own thread to read raw frames asynchronously.

## 0.23.0 - 2023-08-17

### Added

* bgzf/async/reader: Add inner access delegates (`r#async::Reader::get_ref`,
`r#async::Reader::get_mut`, `r#async::Reader::get_pin_mut`, and
`r#async::Reader::into_inner`).
Expand Down

0 comments on commit e76d172

Please sign in to comment.