aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 5 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index d76fe4bc7..0eb237a97 100644
--- a/CHANGES
+++ b/CHANGES
@@ -47,11 +47,13 @@ Tactic Language
- Support for parsing non-empty lists with separators in tactic notations.
-Language
+Notations
-- Notations to names now behave like the names they refer to wrt implicit
- arguments and interpretation scopes.
- Record syntax "{|x=...; y=...|}" now works inside patterns too.
+- Abbreviations from non-imported module now invisible at printing time.
+- Abbreviations now use implicit arguments and arguments scopes for printing.
+- Abbreviations to pure names now strictly behave like the name they refer to
+ (make redirections of qualified names easier).
Vernacular commands