Skip to content

Commit c9e8995

Browse files
committed
[DOC] Updates the changelog.
1 parent cdab166 commit c9e8995

1 file changed

Lines changed: 14 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,24 @@ If possible, provide tooling that performs the changes, e.g. a shell-script.
2121

2222
## New features
2323

24-
* Traits for "metaprogramming" with `seqan3::type_list` and type packs have been added.
24+
#### Argument parser
25+
* Simplified reading file extensions from formatted files in the input/output file validators.
26+
27+
#### Core
28+
* Added traits for "metaprogramming" with `seqan3::type_list` and type packs.
2529

2630
## API changes
2731

28-
### The `type_list` header has moved
32+
#### Argument parser
33+
34+
* **Changed class signature of input/output file validators:**
35+
Most user code will be unaffected; to fix possible compiler errors you need to add an empty template parameter list to
36+
the respective instances (e.g. change `input_file_validator` to `input_file_validator<>`).
37+
38+
#### Core
2939

30-
If you included `<seqan3/core/type_list.hpp>` you need to change the path to `<seqan3/core/type_list/type_list.hpp>`.
40+
* **The `type_list` header has moved:**
41+
If you included `<seqan3/core/type_list.hpp>` you need to change the path to `<seqan3/core/type_list/type_list.hpp>`.
3142

3243
## Notable Bug-fixes
3344

0 commit comments

Comments
 (0)