aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Melquiond2015-02-15 13:13:17 +0100
committerGuillaume Melquiond2015-02-15 13:13:17 +0100
commit5830f5867f36ebf66bc1f4126762f4b1c1444f94 (patch)
treeceb612c5a65ccc856e7b0150076a0b01f479aafe
parentdd790577b8acc241201f6863fe3409a2e08b8757 (diff)
Document the behavior change of Instance wrt {|...|}. (Fix for bug #3749)
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 7f134679fc..dc7cfa90a7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -74,6 +74,9 @@ Vernacular commands
the execution of the following tactics.
- "Optimize Heap" command to tell the OCaml runtime to perform a major
garbage collection step and heap compaction.
+- "Instance" no longer treats the {|...|} syntax specially; it handles it
+ in the same way as other commands, e.g. "Definition". Use the {...}
+ syntax (no pipe symbols) to recover the old behavior.
Specification Language