aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHugo Herbelin2020-04-23 21:53:05 +0200
committerHugo Herbelin2020-04-23 21:53:05 +0200
commita50cb07b1e7d161491e2c1d48fd3525b29397524 (patch)
tree55dbcf1d102a2200c235e401d642f08917812a5e /doc
parent5861c6d5944961d4c78f5ad7dc85adfa47397730 (diff)
parent160ac52f520c5d77cde8fc5734839de54995e165 (diff)
Merge PR #12120: Fixing #12119 : remove useless hypothesis in NoDup_Permutation_bis
Reviewed-by: herbelin
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog/10-standard-library/12119-issue12119.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/changelog/10-standard-library/12119-issue12119.rst b/doc/changelog/10-standard-library/12119-issue12119.rst
new file mode 100644
index 0000000000..42672b1465
--- /dev/null
+++ b/doc/changelog/10-standard-library/12119-issue12119.rst
@@ -0,0 +1,5 @@
+- **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).