aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog/10-standard-library/13986-clean-List-imports.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/changelog/10-standard-library/13986-clean-List-imports.rst b/doc/changelog/10-standard-library/13986-clean-List-imports.rst
new file mode 100644
index 0000000000..02e7b9cc97
--- /dev/null
+++ b/doc/changelog/10-standard-library/13986-clean-List-imports.rst
@@ -0,0 +1,4 @@
+- **Removed:**
+ from ``List.v`` deprecated/unexpected dependencies ``Setoid``, ``Le``, ``Gt``, ``Minus``, ``Lt``
+ (`#13986 <https://github.com/coq/coq/pull/13986>`_,
+ by Andrej Dudenhefner).