Skip to content

Commit

Permalink
vcf/changelog: Fix entry category
Browse files Browse the repository at this point in the history
  • Loading branch information
zaeleus committed Nov 2, 2023
1 parent 5fa37dd commit a04da59
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions noodles-vcf/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@
Change instantiations of `vcf::reader::Builder` to
`vcf::reader::Builder::default()`.

* vcf/reader/header: Parse header line by line.

The header parser can now build a `vcf::Header` by parsing a raw header
line by line. This makes it so that it is no longer required to read the
entire raw header into memory before parsing.

* vcf/writer/builder: Add `Builder::build_from_writer`.

* vcf/writer/builder: Add a compression method setter.
Expand All @@ -46,6 +40,12 @@
* vcf/reader/builder: Change `Builder::build_from_reader` to accept
implementations of `Read`.

* vcf/reader/header: Parse header line by line.

The header parser can now build a `vcf::Header` by parsing a raw header
line by line. This makes it so that it is no longer required to read the
entire raw header into memory before parsing.

## 0.43.0 - 2023-10-23

### Added
Expand Down

0 comments on commit a04da59

Please sign in to comment.