From 1843fc1fdf5e2f8d4e66247bc5e8cb8dd97966ad Mon Sep 17 00:00:00 2001 From: Ed Page Date: Wed, 8 Mar 2023 12:22:06 -0600 Subject: [PATCH] docs: Update changelog --- crates/toml_edit/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/crates/toml_edit/CHANGELOG.md b/crates/toml_edit/CHANGELOG.md index e017c2a1..c39c7017 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 + +- Don't skip writing standard tables that are "underneath" dotted keys + ## [0.19.5] - 2023-03-08 ### Fixes