Skip to content

Commit be7c890

Browse files
authored
Merge pull request #189 from LPCIC/gares-patch-1
Update CHANGES.md
2 parents 1fc385d + 1e1f971 commit be7c890

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

CHANGES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1-
# UNRELEASED
1+
# v1.17.0 (July 2023)
2+
3+
Requires Menhir 20211230 and OCaml 4.08 or above.
4+
Camlp5 8.0 or above is optional.
5+
6+
Compiler:
7+
- Improve performance of separate compilation, in particular
8+
extending a program with more clauses. This change may
9+
break existing code which accumulates units containing
10+
the spilling of a predicate *before* the unit declaring
11+
the predicate signature.
212

313
Parser:
414
- Fix error message on unexpected keyword (was wrongly assuming the

0 commit comments

Comments
 (0)