aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 48d0c17082..666619f40b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -12,6 +12,7 @@ Syntax
- Command "Print." discontinued.
- "assert" semantics now consistent with reference manual
- Redundant syntax "Implicit Arguments On/Off" discontinued
+- Delimiting key %bool for bool_scope added
Interpretation scopes
@@ -34,9 +35,10 @@ Bug fixes
- Fix pattern-matching compilation bugs (and new support for patterns
in a same column but in different inductive types)
- Fix a potential precedence problem with notations including pattern "{ _ }"
+- Fix an incorrect numbering of occurrences in "simpl id at num"
- Fix nested coercion printing bug
- Fix printing of notation when interleaved with coercions
-- Fix "Tactic Notation" translation bugs
+- Fix "Tactic Notation" translation bugs and improve file location of errors
Changes from V8.0beta old syntax to V8.0beta
============================================