diff --git a/crates/toml/CHANGELOG.md b/crates/toml/CHANGELOG.md index 3e490cdd..b328bd3a 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 + +- *(parser)* Correctly error when mixing inline tables with inline dotted keys + ## [0.8.1] - 2023-09-26 ### Fixes diff --git a/crates/toml_edit/CHANGELOG.md b/crates/toml_edit/CHANGELOG.md index 40360ecb..e9fa999d 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 + +- *(parser)* Correctly error when mixing inline tables with inline dotted keys + ## [0.20.1] - 2023-09-26 ### Fixes