aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2017-10-09 15:12:20 +0200
committerGravatar Maxime Dénès <mail@maximedenes.fr>2017-10-09 15:12:20 +0200
commita82c30c08c7442b6bb43829d2be6a299f493ca88 (patch)
treefc4ee6e5e395c94d15d2b7109ee00c7372b5a31d /CHANGES
parentc3f7302e9f6849298bbb34dc91516751444888ff (diff)
parentf1531b5deb0f2bbb5653bb6f02abf6a1896f399a (diff)
Merge PR #1062: BZ#5739, Allow level for leftmost nonterminal for printing-ony Notations
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 08c609cfa..39f119e7c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,8 @@ Notations
- Recursive notations with the recursive pattern repeating on the
right (e.g. "( x ; .. ; y ; z )") now supported.
+- Notations with a specific level for the leftmost nonterminal,
+ when printing-only, are supported.
Tactics