diff --git a/CHANGELOG.md b/CHANGELOG.md index 96e4c1696f4d2667fea0680e38c284fac541a521..aa7d81e2f3abeb4e35339ada1a6e6662514baa81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,11 @@ API-breaking change is listed. `StronglySorted_app_inv_l` → `StronglySorted_app_1_l` `StronglySorted_app_inv_r` → `StronglySorted_app_1_r`. (by Marijn van Wezel) - Add `SetUnfoldElemOf` instance for `dom` on `gmultiset`. (by Marijn van Wezel) +- Split up `stdpp.list` into smaller files. Users should keep importing + `stdpp.list`; the organization into smaller modules is considered an + implementation detail. `stdpp.list_numbers` is now re-exported by `stdpp.list` + and also considered part of the list module, so existing imports should be + updated. The following `sed` script should perform most of the renaming (on macOS, replace `sed` by `gsed`, installed via e.g. `brew install gnu-sed`).