Skip to content

Commit eb195c6

Browse files
authored
Update CHANGES.md
1 parent 506fd6f commit eb195c6

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGES.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# v1.20.0 (September 2024)
2+
3+
Requires Menhir 20211230 and OCaml 4.08 or above.
4+
5+
- Language:
6+
- attribute `:remove` to remove a clause from the program
7+
8+
- Compiler:
9+
- Build the index at assembly time, rather than optimization time.
10+
This makes compilation slower, but startup faster.
11+
- Adding clauses before the type/mode declaration of a predicate
12+
is now forbidden, since they are immediately inserted in the index
13+
and the type/mode declaration can change the index type
14+
115
# v1.19.6 (August 2024)
216

317
Requires Menhir 20211230 and OCaml 4.08 or above.

0 commit comments

Comments
 (0)