From d68c80f51d063c7f52c3ce80744189d7c75bb829 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Fri, 17 Feb 2017 17:24:48 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3915aef..8f336ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog + +## 0.9 + +- distinction between `diagonal,diagonal_l` +- add `init,fold_map,fold_filter_map,sorted,diagonal,findi,…` +- fix a few typos +- update readme: convert into asciidoc, add tutorial +- remove deprecated functions, add missing links to `SequenceLabels` + +## 0.8 + +- loop based implementation for `int_range_by` +- move files to 'src/', use qtest for tests +- add `int_range_by` +- add `Sequence.flat_map_l` + ## 0.7 - add missing entry in changelog and missing since annotations