diff --git a/crates/toml/CHANGELOG.md b/crates/toml/CHANGELOG.md index e72ff9a2..45075de8 100644 --- a/crates/toml/CHANGELOG.md +++ b/crates/toml/CHANGELOG.md @@ -7,6 +7,10 @@ The format is based on [Keep a Changelog]. ## [Unreleased] - ReleaseDate +### Fixes + +- Correctly encode TOML keys with mixed quotes + ## [0.8.14] - 2024-06-03 ### Fixes diff --git a/crates/toml_edit/CHANGELOG.md b/crates/toml_edit/CHANGELOG.md index 9288f703..7fce989d 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 +### Fixes + +- Correctly encode TOML keys with mixed quotes + ## [0.22.15] - 2024-07-08 ### Features