Skip to content

Commit a525d49

Browse files
committed
prepare for 1.9
1 parent 99fa66f commit a525d49

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11

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+
28
# 1.8
39

410
- add `Iter.map_while`

iter.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
opam-version: "2.0"
22
name: "iter"
3-
version: "1.8"
3+
version: "1.9"
44
authors: ["Simon Cruanes" "Gabriel Radanne"]
55
maintainer: "[email protected]"
66
license: "BSD-2-clause"

0 commit comments

Comments
 (0)