aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorcoqbot-app[bot]2020-11-20 16:10:14 +0000
committerGitHub2020-11-20 16:10:14 +0000
commit6479926c576a1ab6aaa2f0524407f4383fcc1838 (patch)
treebc61e6ce93f47a1ad3f97fb3f5bbdb58b482a6f8 /doc
parent614675fa5337cca0621ae7a65d4fd47a6ad8f788 (diff)
parentd13abaf2b7789aecccd607e014025b6c8b9ae094 (diff)
Merge PR #12965: Fixes #9569: in notations with binders, prevent collisions between variable and non-qualified global references
Reviewed-by: ejgallego Ack-by: maximedenes Ack-by: gares
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog/03-notations/12965-master+fix9569-propagage-binding-vars-notations.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/changelog/03-notations/12965-master+fix9569-propagage-binding-vars-notations.rst b/doc/changelog/03-notations/12965-master+fix9569-propagage-binding-vars-notations.rst
new file mode 100644
index 0000000000..e63ab9696e
--- /dev/null
+++ b/doc/changelog/03-notations/12965-master+fix9569-propagage-binding-vars-notations.rst
@@ -0,0 +1,6 @@
+- **Fixed:**
+ Capture of the name of global references by
+ binders in the presence of notations for binders
+ (`#12965 <https://github.com/coq/coq/pull/12965>`_,
+ fixes `#9569 <https://github.com/coq/coq/issues/9569>`_,
+ by Hugo Herbelin).