Skip to content

Commit

Permalink
[DOC] Add ChangeLog and fix README of required ranges version
Browse files Browse the repository at this point in the history
  • Loading branch information
marehr committed Jan 17, 2020
1 parent ed4f841 commit 142795a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ If possible, provide tooling that performs the changes, e.g. a shell-script.

## API changes

* **The required version of the ranges-v3 library has increased:** We now support the versions >= 0.10.0 and < 0.11.0,
increasing the previous requirement of >= 0.5.0 and < 0.6.0.
* **Customising for third party types has changes slightly:**
You are only affected if you added types to `seqan3::custom::`.
Please see [About Customisation](http://docs.seqan.de/seqan/3-master-user/about_customisation.html).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Please see the [online documentation](https://docs.seqan.de/seqan/3-master-user/
|**compiler** | [GCC](https://gcc.gnu.org) | ≥ 7 | no other compiler is currently supported! |
|**build system** | [CMake](https://cmake.org) | ≥ 3.4 | optional, but recommended |
|**required libs** | [SDSL](https://github.com/xxsds/sdsl-lite) | ≥ 3 | |
| | [Range-V3](https://github.com/ericniebler/range-v3) |1.0 | |
| | [Range-V3](https://github.com/ericniebler/range-v3) |0.10.0 | |
|**optional libs** | [cereal](https://github.com/USCiLab/cereal) | ≥ 1.2.3 | required for serialisation and CTD support |
| | [zlib](https://github.com/madler/zlib) | ≥ 1.2 | required for `*.gz` and `.bam` file support |
| | [bzip2](http://www.bzip.org) | ≥ 1.0 | required for `*.bz2` file support |
Expand Down

0 comments on commit 142795a

Please sign in to comment.