Skip to content

Commit

Permalink
close changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
gares committed Jun 3, 2024
1 parent 6a6a450 commit 702576e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# v1.19.1 (June 2024)

Requires Menhir 20211230 and OCaml 4.08 or above.

Language:
- New `:index (<arg-spec>) "index-type"` where the index type can be
Map, Hash or DTree

Runtime:
- Fix performance regression due to the fix to relocation in unification
introduced in 1.19.0
- New list flattening in DTree index, that is term `app [t1,t2,t3]`
is indexed using the same DTree space/depth of term `app t1 t2 t3`

# v1.19.0 (May 2024)

Language:
Expand Down

0 comments on commit 702576e

Please sign in to comment.