aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Herbelin2020-04-11 00:03:38 +0200
committerHugo Herbelin2020-04-15 19:45:39 +0200
commit1b344958231af8fadfd2b45316f27e8626bae4b6 (patch)
tree1e335c36bd38ed7d27793c2e822108ec077744e9
parent3f2742b2c3fd48706d4bfd8bffdd4ae07a338bbd (diff)
Adding change log for PR #12033 (hyperlinks on binders for coqdoc).
-rw-r--r--doc/changelog/08-tools/12033-master+coqdoc-fix7697-passing-binders-location.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/changelog/08-tools/12033-master+coqdoc-fix7697-passing-binders-location.rst b/doc/changelog/08-tools/12033-master+coqdoc-fix7697-passing-binders-location.rst
new file mode 100644
index 0000000000..af0d28305a
--- /dev/null
+++ b/doc/changelog/08-tools/12033-master+coqdoc-fix7697-passing-binders-location.rst
@@ -0,0 +1,5 @@
+- **Added:**
+ Add hyperlinks on bound variables for coqdoc
+ (`#12033 <https://github.com/coq/coq/pull/12033>`_,
+ by Hugo Herbelin; it incidentally fixes
+ `#7697 <https://github.com/coq/coq/pull/7697>`_).