From 93bd7ebefcfcddce84fe06707a0494b3546800d0 Mon Sep 17 00:00:00 2001 From: William Jamieson Date: Tue, 24 Oct 2023 16:29:22 -0400 Subject: [PATCH] Update changes --- CHANGES.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index b4f934f4..4399976f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,9 @@ 0.6.0 (unreleased) ================== -- +- Fix regex issue in internal configobj [#108] +- Refactor ``AbstractDataModel`` into a Python protocol as that is how it was + effectively used. [#120] 0.5.1 (2023-10-02) ================== @@ -11,7 +13,6 @@ - Move ``strun`` to entrypoints [#101] - Deprecate ``preserve_comments`` fix spec parsing for inline comments with a closing parenthesis [#107] -- Fix regex issue in internal configobj [#108] 0.5.0 (2023-04-19) ==================