mirror of
https://github.com/c-cube/iter.git
synced 2025-12-05 19:00:31 -05:00
prepare for 1.9
This commit is contained in:
parent
99fa66f1db
commit
a525d4902c
2 changed files with 7 additions and 1 deletions
|
|
@ -1,4 +1,10 @@
|
|||
|
||||
# 1.9
|
||||
|
||||
|
||||
- Switch exceptions used for control flow from global to local
|
||||
- Update Iter.ml to use mutable fields instead of refs (#44)
|
||||
|
||||
# 1.8
|
||||
|
||||
- add `Iter.map_while`
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
opam-version: "2.0"
|
||||
name: "iter"
|
||||
version: "1.8"
|
||||
version: "1.9"
|
||||
authors: ["Simon Cruanes" "Gabriel Radanne"]
|
||||
maintainer: "simon.cruanes.2007@m4x.org"
|
||||
license: "BSD-2-clause"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue