From 523aff11fa869bf598dcf83b36f0cba77a756359 Mon Sep 17 00:00:00 2001 From: Lydia Buntrock Date: Mon, 28 Sep 2020 16:11:52 +0200 Subject: [PATCH] [DOC] fix changelog entry of 'Allow overwrite existing files, add flags for permission handling' PR (https://github.com/seqan/seqan3/pull/2009) Signed-off-by: Lydia Buntrock --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d81f4867c..5ff8fe3e00 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 +### Argument Parser + +* We expanded the `seqan3::output_file_validator`, with a parameter `seqan3::output_file_open_options` to allow overwriting + output files ([\#2009](https://github.com/seqan/seqan3/pull/2009)). + ### Search * The `seqan3::fm_index_cursor` exposes its suffix array interval ([\#2076](https://github.com/seqan/seqan3/pull/2076)). @@ -62,8 +67,6 @@ Note that 3.1.0 will be the first API stable release and interfaces in this rele * `seqan3::argument_parser::add_line` * `seqan3::argument_parser::add_list_item` Note that other `seqan3::argument_parser::option_spec`s like `REQUIRED` are ignored. -* We expanded the `seqan3::output_file_validator`, with a parameter `seqan3::output_file_open_options` to allow overwriting - output files ([\#2009](https://github.com/seqan/seqan3/pull/2009)). #### I/O