aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog/08-cli-tools/14024-coqdep-errors.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/changelog/08-cli-tools/14024-coqdep-errors.rst b/doc/changelog/08-cli-tools/14024-coqdep-errors.rst
new file mode 100644
index 0000000000..355c0bd7b7
--- /dev/null
+++ b/doc/changelog/08-cli-tools/14024-coqdep-errors.rst
@@ -0,0 +1,8 @@
+- **Changed:**
+ ``coqdep`` now reports an error if files specified on the
+ command line don't exist or if it encounters unreadable files.
+ Unknown options now generate a warning. Previously these
+ conditions were ignored.
+ (`#14024 <https://github.com/coq/coq/pull/14024>`_,
+ fixes `#14023 <https://github.com/coq/coq/issues/14023>`_,
+ by Hendrik Tews).