Skip to content

Commit

Permalink
[DOC] Add changelog entry for the changed band configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
rrahn committed Jun 11, 2020
1 parent 1192bca commit 646a771
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 @@ -64,6 +64,16 @@ Note that 3.1.0 will be the first API stable release and interfaces in this rele

## API changes

### Alignment

* The alignment configuration elements were refactored:
* The option `seqan3::align_cfg::band` is now renamed to `seqan3::align_cfg::band_fixed_size` and directly initialised
with a `seqan3::align_cfg::lower_diagonal` and `seqan3::align_cfg::upper_diagonal` instead of `seqan3::static_band`.
It also directly exposes the lower_diagonal and upper_diagonal as public members
([\#1873](https://github.com/seqan/seqan3/pull/1873)).

### Core

* In accordance with the standard, the following concepts are renamed:
* `default_constructible` to `default_initializable`
* `readable` to `indirectly_readable`
Expand Down

0 comments on commit 646a771

Please sign in to comment.