This commit is contained in:
Simon Cruanes 2016-06-14 14:22:05 +02:00
parent 228011d9aa
commit 9c76572e83
2 changed files with 3 additions and 2 deletions

View file

@ -9,7 +9,7 @@
- add aliases to deprecated functions from `String`, add `Fun.opaque_identity`
- add `CCLazy_list.take`
- add `Lazy_list.filter`
- add CCList.range_by
- add `CCList.range_by`
== 0.17

View file

@ -16,8 +16,9 @@ can be removed.
8. `git merge master`
9. `oasis setup; make test doc`
10. tag, and push both to github
11. `opam pin https://github.com/c-cube/ocaml-containers#<release>`
11. `opam pin add containers https://github.com/c-cube/ocaml-containers.git#<release>`
12. new opam package: `opam publish prepare; opam publish submit`
13. re-generate doc: `make doc push_doc`
== List Authors