Skip to content

Commit

Permalink
Update CHANGES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gares authored Sep 19, 2024
1 parent 506fd6f commit eb195c6
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.20.0 (September 2024)

Requires Menhir 20211230 and OCaml 4.08 or above.

- Language:
- attribute `:remove` to remove a clause from the program

- Compiler:
- Build the index at assembly time, rather than optimization time.
This makes compilation slower, but startup faster.
- Adding clauses before the type/mode declaration of a predicate
is now forbidden, since they are immediately inserted in the index
and the type/mode declaration can change the index type

# v1.19.6 (August 2024)

Requires Menhir 20211230 and OCaml 4.08 or above.
Expand Down

0 comments on commit eb195c6

Please sign in to comment.