Update changelog regarding sortBy

This commit is contained in:
Rob Dockins 2021-11-24 10:40:07 -08:00
parent b62960034b
commit b9d76689e3

View File

@ -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