From 66c5824560fc118f43eff89a686e33d96d205fc8 Mon Sep 17 00:00:00 2001 From: Colin Date: Fri, 24 Jan 2020 14:51:02 -0500 Subject: [PATCH] Update release-notes.md [skip-ci] --- release-notes.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/release-notes.md b/release-notes.md index 0d2279fbce..debd03c53a 100644 --- a/release-notes.md +++ b/release-notes.md @@ -23,6 +23,9 @@ ## Bug fixes + * Fix bug that has existed since 1.16.0 (since the introduction of @gmod/bam) + that caused some BAM tags to be missed. + * Added a fix for a performance regularization for large tracklists that contain a lot of data. Thanks to @scottcain for reporting (#pull #1412, @cmdcolin)