aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog/10-standard-library/1185-sort.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/changelog/10-standard-library/1185-sort.rst')
-rw-r--r--doc/changelog/10-standard-library/1185-sort.rst5
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/changelog/10-standard-library/1185-sort.rst b/doc/changelog/10-standard-library/1185-sort.rst
deleted file mode 100644
index edb5ee3ac4..0000000000
--- a/doc/changelog/10-standard-library/1185-sort.rst
+++ /dev/null
@@ -1,5 +0,0 @@
-- **Changed:**
- The names of ``Sorted_sort`` and ``LocallySorted_sort`` in ``Coq.Sorting.MergeSort``
- have been swapped to appropriately reflect their meanings
- (`#1185 <https://github.com/coq/coq/pull/1185>`_,
- by Lysxia).