diff --git a/crates/toml_edit/CHANGELOG.md b/crates/toml_edit/CHANGELOG.md index 663e0c64..8a0c42b9 100644 --- a/crates/toml_edit/CHANGELOG.md +++ b/crates/toml_edit/CHANGELOG.md @@ -7,6 +7,10 @@ The format is based on [Keep a Changelog]. ## [Unreleased] - ReleaseDate +### Performance + +- Fix regression in 0.22.19 + ## [0.22.19] - 2024-07-31 ### Fixes