aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLysxia2020-04-06 20:16:05 -0400
committerLysxia2020-04-10 18:31:10 -0400
commit41a1d667f4783635e1332b45a6688078711b3907 (patch)
treeb6733833b8be521a085f1855a20f73d2ee98c160 /doc
parent1d7729c1007e320dbae3bc603838da817d40651c (diff)
coqdoc: Report location of mismatched '[['
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog/08-tools/12037-coqdoc-preformatted.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/changelog/08-tools/12037-coqdoc-preformatted.rst b/doc/changelog/08-tools/12037-coqdoc-preformatted.rst
new file mode 100644
index 0000000000..bf65719516
--- /dev/null
+++ b/doc/changelog/08-tools/12037-coqdoc-preformatted.rst
@@ -0,0 +1,6 @@
+- **Fixed:**
+ ``coqdoc`` now reports the location of a mismatched opening ``[[`` instead of
+ throwing an uninformative exception.
+ (`#12037 <https://github.com/coq/coq/pull/12037>`_,
+ fixes `#9670 <https://github.com/coq/coq/issues/9670>`_,
+ by Lysxia).