aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog/08-tools/11523-coqdep+refactor2.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/changelog/08-tools/11523-coqdep+refactor2.rst')
-rw-r--r--doc/changelog/08-tools/11523-coqdep+refactor2.rst10
1 files changed, 0 insertions, 10 deletions
diff --git a/doc/changelog/08-tools/11523-coqdep+refactor2.rst b/doc/changelog/08-tools/11523-coqdep+refactor2.rst
deleted file mode 100644
index 3f93d60926..0000000000
--- a/doc/changelog/08-tools/11523-coqdep+refactor2.rst
+++ /dev/null
@@ -1,10 +0,0 @@
-- **Changed:**
- Internal options and behavior of ``coqdep`` have changed. ``coqdep``
- no longer works as a replacement for ``ocamldep``, thus ``.ml``
- files are not supported as input. Also, several deprecated options
- have been removed: ``-w``, ``-D``, ``-mldep``, ``-prefix``,
- ``-slash``, and ``-dumpbox``. Passing ``-boot`` to ``coqdep`` will
- not load any path by default now, ``-R/-Q`` should be used instead
- (`#11523 <https://github.com/coq/coq/pull/11523>`_ and
- `#11589 <https://github.com/coq/coq/pull/11589>`_,
- by Emilio Jesus Gallego Arias).