From d797403440c17db16230986ef09f170429aabba2 Mon Sep 17 00:00:00 2001 From: Lydia Buntrock Date: Tue, 1 Dec 2020 16:44:09 +0100 Subject: [PATCH] [DOC] Changelog entry added Signed-off-by: Lydia Buntrock --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 568cfe2175..154948419a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,11 @@ If possible, provide tooling that performs the changes, e.g. a shell-script. ## New features +#### Alphabet + +* Added `seqan3::phred94`, a quality type that represents the full Phred Score range (Sanger format) and is used for + PacBio Phred scores of HiFi reads ([\#2290](https://github.com/seqan/seqan3/pull/2290)). + #### Argument Parser * We expanded the `seqan3::output_file_validator`, with a parameter `seqan3::output_file_open_options` to allow overwriting