From 257a0fdc59656c01bcce151af61339563fac22c4 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Mon, 2 Oct 2023 19:28:03 -0500 Subject: [PATCH] docs: Update changelog --- crates/toml/CHANGELOG.md | 4 ++++ crates/toml_edit/CHANGELOG.md | 4 ++++ 2 files changed, 8 insertions(+) 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