From 5511666d2b53ef9bc79c1d4cc2fc4112bd5e6fd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20K=C3=B6ster?= Date: Thu, 19 Nov 2020 19:44:36 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d2ab494d..b9dd3bf50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [0.35.0] - 2020-11-19 +### Changes +- BREAKING: info and format field access in BCF records now allocates a separate buffer each time. In addition, it is also possible to pass a buffer that has been created manually before (@johanneskoester) +- Fixes for building on macOS (@brainstorm) + +### Added +- ability to push genotypes into BCF record (@MaltheSR, @tedil). + ## [0.34.0] - 2020-11-13 ### Added - Ability to set minimum refetch distance in `bam::RecordBuffer`.