Skip to content

Commit

Permalink
[DOC] Add changelog entry
Browse files Browse the repository at this point in the history
Signed-off-by: Lydia Buntrock <[email protected]>
  • Loading branch information
Irallia committed Jan 5, 2022
1 parent e1750fc commit 4d386b9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,13 @@ The following API changes should be documented as such:
If possible, provide tooling that performs the changes, e.g. a shell-script.
-->

## API changes

#### I/O

To avoid using seqan3::io we changed the usage of the `seqan3::input_file_validator` from
`seqan3::input_file_validator<seqan3::sequence_file_input<>> validator{}` to
`seqan3::input_file_validator validator{seqan3::sequence_file_input<>::valid_formats}` and
`seqan3::output_file_validator<seqan3::sequence_file_input<>> validator{}` to
`seqan3::output_file_validator validator{output_file_open_options const mode, seqan3::sequence_file_input<>::valid_formats}`.

0 comments on commit 4d386b9

Please sign in to comment.