aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog/07-commands-and-options/11618-loadpath+split_ml_handling.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/changelog/07-commands-and-options/11618-loadpath+split_ml_handling.rst')
-rw-r--r--doc/changelog/07-commands-and-options/11618-loadpath+split_ml_handling.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/changelog/07-commands-and-options/11618-loadpath+split_ml_handling.rst b/doc/changelog/07-commands-and-options/11618-loadpath+split_ml_handling.rst
new file mode 100644
index 0000000000..99f2d22d11
--- /dev/null
+++ b/doc/changelog/07-commands-and-options/11618-loadpath+split_ml_handling.rst
@@ -0,0 +1,9 @@
+- **Removed:**
+ Recursive OCaml loadpaths are not supported anymore; the command
+ ``Add Rec ML Path`` has been removed; :cmd:`Add ML Path` is now the
+ preferred one. We have also dropped support for the non-qualified
+ version of the :cmd:`Add LoadPath` command, that is to say,
+ the ``Add LoadPath dir`` version; now,
+ you must always specify a prefix now using ``Add Loadpath dir as Prefix``
+ (`#11618 <https://github.com/coq/coq/pull/11618>`_,
+ by Emilio Jesus Gallego Arias).