Skip to content

Commit

Permalink
[DOC] Changelog entry for renamed std concepts
Browse files Browse the repository at this point in the history
  • Loading branch information
wvdtoorn committed Jun 5, 2020
1 parent 0d76e6a commit fd018ba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ Note that 3.1.0 will be the first API stable release and interfaces in this rele

## API changes

* In accordance with the standard, the following concepts are renamed:
* `default_constructible` to `default_initializable`
* `readable` to `indirectly_readable`
* `writable` to `indirectly_writable` ([\#1860](https://github.com/seqan/seqan3/pull/1860)).

#### Range

* The `seqan3::begin()`, `seqan3::end()`, `seqan3::cbegin()`, `seqan3::cend()`, `seqan3::size()`, `seqan3::empty()`
Expand Down

0 comments on commit fd018ba

Please sign in to comment.