From e4ffc267a551c81e0bd8f67356ab245b56c41b84 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Mon, 8 Jul 2024 14:30:21 -0500 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 ee7e3769..80cc3b79 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 +### Features + +- Write out the `Decor` for the root `Table` (accessible through `DocumentMut`) + ## [0.22.14] - 2024-06-03 ### Fixes