aboutsummaryrefslogtreecommitdiff
path: root/dev/doc/changes.md
diff options
context:
space:
mode:
authorHugo Herbelin2020-09-27 10:46:48 +0200
committerHugo Herbelin2020-10-10 22:16:39 +0200
commita6d52d2502c09e8acdca464faf67d3956448cbcf (patch)
tree71bf5602781c1e21a90d84555d8b62068fc31149 /dev/doc/changes.md
parentb7c9ba2c678228593450ecdf272ff71facbc6a6e (diff)
Prim.pattern_ident takes a location and its synonymous pattern_identref is deprecated.
Diffstat (limited to 'dev/doc/changes.md')
-rw-r--r--dev/doc/changes.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/dev/doc/changes.md b/dev/doc/changes.md
index fb5d7cc244..8d0bcd1ee6 100644
--- a/dev/doc/changes.md
+++ b/dev/doc/changes.md
@@ -17,6 +17,11 @@
was instead intended. If cancelling the breaking role of cuts in the
box was intended, turn `h n c` into `h c`.
+### Grammar entries
+
+- `Prim.pattern_identref` is deprecated, use `Prim.pattern_ident`
+ which now returns a located identifier.
+
## Changes between Coq 8.11 and Coq 8.12
### Code formatting