We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed217c2 commit 885ac10Copy full SHA for 885ac10
CHANGELOG.md
@@ -2,6 +2,12 @@
2
All notable changes to this project will be documented in this file.
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
5
+## [0.32.0] - 2020-07-09
6
+### Changes
7
+- Method `seq_len()` of `bam::Record` is now public.
8
+- Speedup when parsing BAM headers (thanks to @juliangehring).
9
+- Compatibility fixes for older rust versions (thanks to @pmarks and @brainstorm).
10
+
11
## [0.31.0] - 2020-06-22
12
### Changes
13
- Bam record buffer now returns reference counted (Rc) objects. This makes the API more ergonomic to use.
0 commit comments