From 6668ff057fc7f7b78040bab4ca35c6fec507b3eb Mon Sep 17 00:00:00 2001 From: Ed Page Date: Fri, 1 Nov 2024 08:59:08 -0500 Subject: [PATCH] docs: Update changelog --- crates/anstyle/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/crates/anstyle/CHANGELOG.md b/crates/anstyle/CHANGELOG.md index 9c5a49b..a419d71 100644 --- a/crates/anstyle/CHANGELOG.md +++ b/crates/anstyle/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +### Performance + +- Replace some `write!`s with `write_str` + ## [1.0.9] - 2024-10-24 ### Compatibility