diff --git a/crates/toml/CHANGELOG.md b/crates/toml/CHANGELOG.md index 3972b2bd..0b4f5688 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 + +- Prevent a stack overflow when parsing very large files + ## [0.8.17] - 2024-07-30 ### Performance diff --git a/crates/toml_edit/CHANGELOG.md b/crates/toml_edit/CHANGELOG.md index 1579342f..85f4f2e3 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 + +- Prevent a stack overflow when parsing very large files + ## [0.22.18] - 2024-07-30 ### Performance