Skip to content

Commit

Permalink
[MISC] add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
eseiler committed May 4, 2021
1 parent 6979633 commit 95b014d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ regression test suite and patches at https://github.com/seqan/seqan3/tree/master
`using namespace seqan3::literals` to import literal operators. The old way of explicitly importing specific
operators via `using seqan3::operator""_{dna4, rna4, ...}` is not affected by this change
([\#2568](https://github.com/seqan/seqan3/pull/2568)).
* **Breaking change**: Swapped the meaning of `seqan3::alphabet_variant::is_alternative` and
`seqan3::alphabet_variant::holds_alternative` ([\#2596](https://github.com/seqan/seqan3/pull/2596)).

#### Argument Parser

Expand Down

0 comments on commit 95b014d

Please sign in to comment.