From 5183e3920bcccd7d861dba727b435297ccc626f6 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Wed, 31 Jul 2024 13:46:25 -0500 Subject: [PATCH] docs: Update changelog --- crates/toml/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/crates/toml/CHANGELOG.md b/crates/toml/CHANGELOG.md index 3fbb4546..71257456 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 +### Performance + +- Fix regression in 0.22.19 + ## [0.8.18] - 2024-07-31 ### Fixes