Skip to content

Commit

Permalink
prepare for 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Feb 5, 2025
1 parent 99fa66f commit a525d49
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
2 changes: 1 addition & 1 deletion iter.opam
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit a525d49

Please sign in to comment.