From 142795a3ef5a3ebecffe08aafa1badb2ed05cdf5 Mon Sep 17 00:00:00 2001 From: marehr Date: Mon, 13 Jan 2020 16:12:39 +0100 Subject: [PATCH] [DOC] Add ChangeLog and fix README of required ranges version --- CHANGELOG.md | 2 ++ README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c23fc1131..0d5e83b1a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). diff --git a/README.md b/README.md index 84ecf03189..aa6f9488bf 100644 --- a/README.md +++ b/README.md @@ -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 |