We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1fc385d + 1e1f971 commit be7c890Copy full SHA for be7c890
CHANGES.md
@@ -1,4 +1,14 @@
1
-# UNRELEASED
+# 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.
12
13
Parser:
14
- Fix error message on unexpected keyword (was wrongly assuming the
0 commit comments