From e5a03e2cff3d54f11c58e0d7607d2f7c7f3ec3d8 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Fri, 30 Aug 2024 15:12:55 -0500 Subject: [PATCH] docs: Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2971c27..a7b0a85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +### Performance + +- Cap unbounded parsing to avoid worst case performance (hit with test data) + ## [1.24.1] - 2024-08-23 ### Fixes