diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b39e037d..ade9d057 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -12,6 +12,15 @@ The semantic versioning only considers the public API as described in paths are considered internals and can change in minor and patch releases. +v4.33.3 (2024-10-??) +-------------------- + +Fixed +^^^^^ +- Empty tuples are now parsed correctly instead of raising an error. + (`#592