Skip to content

Commit 05e0ee3

Browse files
authored
document recent changes (#180)
* document recent changes * note *-sys refactor
1 parent f981fc2 commit 05e0ee3

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,22 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [0.27.0] - (TBD)
6+
- bam::Record.set() will panic if seq.len() != qual.len(). Previously, mismatched length would cause
7+
uninitialized memory to be written into the BAM file.
8+
- use `serde_bytes` to serialize .data section of bam::Record when using serde - large speed improvement.
9+
- change build.rs to avoid re-running when htslib or wrapper.h haven't changed.
10+
- update some dependencies.
11+
- refactor native dependency into htslib-sys crate, for greater versioning flexibility
12+
513
## [0.26.1] - 2019-12-03
614
## Changes
715
- Various bug fixes in CIGAR string handling, INFO tag reading and FORMAT tag reading.
8-
- bam::Record.set() will panic if seq.len() != qual.len(). Previously, mismatched length would cause
9-
uninitialized memory to be written into the BAM file.
1016

1117
## [0.26.0] - 2019-09-27
1218
## Changes
1319
- Allow caching of CIGAR in bam::RecordBuffer.
1420

15-
1621
## [0.25.0] - 2019-09-27
1722
## Changes
1823
- Migrated error handling to the snafu crate: https://docs.rs/snafu.

0 commit comments

Comments
 (0)