aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog/07-commands-and-options
diff options
context:
space:
mode:
authorKazuhiko Sakaguchi2019-06-07 13:01:41 +0200
committerGaƫtan Gilbert2019-07-02 09:03:07 +0200
commita4dcca3c2e08059848bde1c47c2aa76d78a9555d (patch)
tree9e477686c491fd570d17cdfcbca87e4a51c58e7c /doc/changelog/07-commands-and-options
parent47389d31c0aa6fafa1c696b1e6f06059751a8217 (diff)
Improve the ambiguous paths warning to indicate which path is ambiguous with new one
Diffstat (limited to 'doc/changelog/07-commands-and-options')
-rw-r--r--doc/changelog/07-commands-and-options/10336-ambiguous-paths.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/changelog/07-commands-and-options/10336-ambiguous-paths.rst b/doc/changelog/07-commands-and-options/10336-ambiguous-paths.rst
new file mode 100644
index 0000000000..151c400b2c
--- /dev/null
+++ b/doc/changelog/07-commands-and-options/10336-ambiguous-paths.rst
@@ -0,0 +1,5 @@
+- Improve the ambiguous paths warning to indicate which path is ambiguous with
+ new one
+ (`#10336 <https://github.com/coq/coq/pull/10336>`_,
+ closes `#3219 <https://github.com/coq/coq/issues/3219>`_,
+ by Kazuhiko Sakaguchi).