From a66e41d0f3adaac52b946ff85415a96e850cac01 Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Tue, 2 Apr 2024 11:11:25 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a891bc..14fd2c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - ReleaseDate +### Changed +- [PR#116](https://github.com/Jake-Shadle/xwin/pull/116) (a rework of [#115](https://github.com/Jake-Shadle/xwin/pull/115>)) improves the speed of the `x86_64-unknown-linux-musl` binary by using `mimalloc`. + ## [0.5.0] - 2023-11-13 ### Changed - [PR#110](https://github.com/Jake-Shadle/xwin/pull/110) changed how `Ctx` is built. It was getting too complicated to support niche use cases, some of which didn't belong in a library (like reading environment variables), so this functionality has been completely removed. Instead, one must pass in a `ureq::Agent` that is fully configured how the user wants it.