aboutsummaryrefslogtreecommitdiff
path: root/dev/doc/changes.md
diff options
context:
space:
mode:
authorHugo Herbelin2020-09-15 21:24:39 +0200
committerHugo Herbelin2020-09-22 18:22:12 +0200
commitd286c3601e24afe0a681d092cbd880773872b980 (patch)
treecad1afcff0fbfbcb3c91a82fc3cf75bdee6e73d8 /dev/doc/changes.md
parentc3a73c5e923953efea016a81d380e58b2cccb4f9 (diff)
Fixes #9716, #13004: don't drop the qualifier of quotations at printing time.
Diffstat (limited to 'dev/doc/changes.md')
-rw-r--r--dev/doc/changes.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev/doc/changes.md b/dev/doc/changes.md
index ae4c6328b5..7d2100515d 100644
--- a/dev/doc/changes.md
+++ b/dev/doc/changes.md
@@ -1,5 +1,9 @@
## Changes between Coq 8.12 and Coq 8.13
+- Tactic language: TacGeneric now takes an argument to tell if it
+ comes from a notation. Use `None` if not and `Some foo` to tell to
+ print such TacGeneric surrounded with `foo:( )`.
+
## Changes between Coq 8.11 and Coq 8.12
### Code formatting