aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Herbelin2020-04-05 18:38:36 +0200
committerHugo Herbelin2020-04-21 19:29:57 +0200
commit73e063f18010b4d0a40999782a02333e0baea142 (patch)
tree70e56cbdb6643a9fcc7ec17e5af04cfa368c40cf
parentab14dab1f8a612e3d854df89ae6d21c26ebb2945 (diff)
Change log.
-rw-r--r--doc/changelog/08-tools/12027-master+fix3415-coqdoc-record.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/changelog/08-tools/12027-master+fix3415-coqdoc-record.rst b/doc/changelog/08-tools/12027-master+fix3415-coqdoc-record.rst
new file mode 100644
index 0000000000..ae9b69e592
--- /dev/null
+++ b/doc/changelog/08-tools/12027-master+fix3415-coqdoc-record.rst
@@ -0,0 +1,5 @@
+- **Fixed:**
+ Fields of a record tuple now link in coqdoc to their definition
+ (`#12027 <https://github.com/coq/coq/pull/12027>`_, fixes
+ `#3415 <https://github.com/coq/coq/issues/3415>`_,
+ by Hugo Herbelin; ).