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