aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2020-10-13 10:55:24 +0200
committerPierre-Marie Pédrot2020-10-13 10:55:24 +0200
commit471da91fbef6656baf616b04a7f41a5440e52a52 (patch)
tree5c8b5eb96d242a8dcd05e3e3be9c123d54c92d0a /dev
parent420368af6d3366ebb843b59c1d1d0b6e58e43dad (diff)
parenta6d52d2502c09e8acdca464faf67d3956448cbcf (diff)
Merge PR #13099: Locating pattern identifiers (?id) by default at parsing time and use location in some typing error messages
Reviewed-by: ppedrot
Diffstat (limited to 'dev')
-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