From 2e9b7bd7225f921dd12a1cf7c9014131b5b39cd3 Mon Sep 17 00:00:00 2001 From: meooow25 Date: Sat, 4 Jan 2025 18:12:23 +0530 Subject: [PATCH] Update changelog --- containers/changelog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/containers/changelog.md b/containers/changelog.md index a8ddaca00..abb0ab14a 100644 --- a/containers/changelog.md +++ b/containers/changelog.md @@ -60,6 +60,9 @@ * Improved performance for `Data.Intset`'s `foldr`, `foldl'`, `foldl`, `foldr'`. +* Improved performance for `Data.Set` and `Data.Map`'s `fromAscList*` and + `fromDescList*` functions. + ## Unreleased with `@since` annotation for 0.7.1: ### Additions