Skip to content

Commit

Permalink
Update changelog regarding sortBy
Browse files Browse the repository at this point in the history
  • Loading branch information
robdockins committed Nov 24, 2021
1 parent b629600 commit b9d7668
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# NEXT

## Language changes

* Update the implementation of the Prelude function `sortBy` to use
a merge sort instead of an insertion sort. This improves the both
asymptotic and observed performance on sorting tasks.

# 2.12.0

## Language changes
Expand Down

0 comments on commit b9d7668

Please sign in to comment.