add missing entry in changelog

This commit is contained in:
Simon Cruanes 2016-03-07 14:22:29 +01:00
parent 3cac917045
commit 8a2c32d729

View file

@ -1,5 +1,14 @@
# Changelog
## 0.6
- deprecate `flatMap` and `fmap`
- in opam file, depend on ocamlbuild
- add `group_by` (ignores the ordering)
- alias `group_succ_by`, deprecated `group`
- iterate on booleans
- open Bigarray (preparing for 4.03)
## 0.5.5
- new module `SequenceLabels`