We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99fa66f commit a525d49Copy full SHA for a525d49
CHANGELOG.md
@@ -1,4 +1,10 @@
1
2
+# 1.9
3
+
4
5
+- Switch exceptions used for control flow from global to local
6
+- Update Iter.ml to use mutable fields instead of refs (#44)
7
8
# 1.8
9
10
- add `Iter.map_while`
iter.opam
@@ -1,6 +1,6 @@
opam-version: "2.0"
name: "iter"
-version: "1.8"
+version: "1.9"
authors: ["Simon Cruanes" "Gabriel Radanne"]
maintainer: "[email protected]"
license: "BSD-2-clause"
0 commit comments