From d889c756b5645797c0c084accffa07415f246b4c Mon Sep 17 00:00:00 2001 From: Alessio Bogon <778703+youtux@users.noreply.github.com> Date: Sun, 23 Jul 2023 13:51:10 +0200 Subject: [PATCH] Add changelog entry --- CHANGES.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.rst b/CHANGES.rst index 73b12f5c..cd20372d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,6 +5,7 @@ Unreleased ---------- - Drop python 3.7 compatibility, as it's no longer supported. `#627 `_ - Declare support for python 3.12 `#628 `_ +- Improve parser performance by 15% `#623 `_ by `@dcendents `_ - ⚠️ Backwards incompatible: - ``parsers.re`` now does a `fullmatch `_ instead of a partial match. This is to make it work just like the other parsers, since they don't ignore non-matching characters at the end of the string. `#539 `_ - Add support for Scenarios and Scenario Outlines to have descriptions. `#600 `_