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