aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog/10-standard-library/12119-issue12119.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/changelog/10-standard-library/12119-issue12119.rst')
-rw-r--r--doc/changelog/10-standard-library/12119-issue12119.rst5
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/changelog/10-standard-library/12119-issue12119.rst b/doc/changelog/10-standard-library/12119-issue12119.rst
deleted file mode 100644
index 42672b1465..0000000000
--- a/doc/changelog/10-standard-library/12119-issue12119.rst
+++ /dev/null
@@ -1,5 +0,0 @@
-- **Changed:**
- new lemma ``NoDup_incl_NoDup`` in ``List.v``
- to remove useless hypothesis `NoDup l'` in ``Sorting.Permutation.NoDup_Permutation_bis``
- (`#12119 <https://github.com/coq/coq/pull/12119>`_,
- by Olivier Laurent).