Skip to content

Commit

Permalink
[DOC] Updates the changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
rrahn committed Aug 19, 2019
1 parent cdab166 commit c9e8995
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,24 @@ If possible, provide tooling that performs the changes, e.g. a shell-script.

## New features

* Traits for "metaprogramming" with `seqan3::type_list` and type packs have been added.
#### Argument parser
* Simplified reading file extensions from formatted files in the input/output file validators.

#### Core
* Added traits for "metaprogramming" with `seqan3::type_list` and type packs.

## API changes

### The `type_list` header has moved
#### Argument parser

* **Changed class signature of input/output file validators:**
Most user code will be unaffected; to fix possible compiler errors you need to add an empty template parameter list to
the respective instances (e.g. change `input_file_validator` to `input_file_validator<>`).

#### Core

If you included `<seqan3/core/type_list.hpp>` you need to change the path to `<seqan3/core/type_list/type_list.hpp>`.
* **The `type_list` header has moved:**
If you included `<seqan3/core/type_list.hpp>` you need to change the path to `<seqan3/core/type_list/type_list.hpp>`.

## Notable Bug-fixes

Expand Down

0 comments on commit c9e8995

Please sign in to comment.