aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog/10-standard-library/1185-sort.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/changelog/10-standard-library/1185-sort.rst b/doc/changelog/10-standard-library/1185-sort.rst
new file mode 100644
index 0000000000..edb5ee3ac4
--- /dev/null
+++ b/doc/changelog/10-standard-library/1185-sort.rst
@@ -0,0 +1,5 @@
+- **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).