aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2017-12-07 10:57:43 +0100
committerGravatar Maxime Dénès <mail@maximedenes.fr>2017-12-07 10:57:43 +0100
commit9cac9db6446b31294d2413d920db0eaa6dd5d8a6 (patch)
tree9427bcaa9191c2984b3afae4bca26e93f6baf0d8 /CHANGES
parent2f679ec5235257c9fd106c26c15049e04523a307 (diff)
parente4a09fc480f512f54d5e7ba05d7e408dc5817a46 (diff)
Merge PR #873: New strategy based on open scopes for deciding which notation to use among several of them
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index da346c04d..b2b9da8ce 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,10 @@ Notations
right (e.g. "( x ; .. ; y ; z )") now supported.
- Notations with a specific level for the leftmost nonterminal,
when printing-only, are supported.
+- When several notations are available for the same expression,
+ priority is given to latest notations defined in the scopes being
+ opened rather than to the latest notations defined independently of
+ whether they are in an opened scope or not.
Tactics