diff --git a/crates/toml/CHANGELOG.md b/crates/toml/CHANGELOG.md index 2315dec4..7d06db30 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 + +- *(ser)* Don't lose data when inline tables are nested deeply under arrays + ## [0.7.7] - 2023-09-08 ### Fixes