From d1e00bb24abb5045aad35723722c2b0ae7a0a8aa Mon Sep 17 00:00:00 2001 From: Lysxia Date: Sun, 22 Mar 2020 17:42:28 -0400 Subject: Sorting: Swap the names of Sorted_sort and LocallySorted_sort --- doc/changelog/10-standard-library/1185-sort.rst | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 doc/changelog/10-standard-library/1185-sort.rst (limited to 'doc') 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 `_, + by Lysxia). -- cgit v1.2.3