aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 8744effdb7..5cefdc87fe 100644
--- a/CHANGES
+++ b/CHANGES
@@ -76,6 +76,10 @@ explicitement la grammaire avec "ast" ou "List" (renommé d'ailleurs
que les 3 primitives), on peut typer avec "constr", "tactic", ou
"vernac" pour utiliser le parseur correspondant.
+- Binding of constructions in Grammar rules is now done with absolute
+ paths. This means overloading of syntax for different constructions
+ having same base name is no longer possible.
+
- Syntax changes
AddPath -> Add LoadPath;