Skip to content

Commit 45ccaef

Browse files
committed
update changelog
1 parent 4f068b6 commit 45ccaef

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
* Fixed a bug inside `Data.remove_empty_items()`, where types other than strings where passed to `String.is_empty()`, which caused an exception.
2424
* Refactored/reformatted the code of the whole library, to introduce more clear code structure with more room to breathe.
2525
* Made the really complex regex patterns in the `Regex` class all multi-line for better readability.
26+
* Added a new internal method `Regex._clean()`, which is used to clean up regex patterns, defined as multi-line strings.
2627
* Moved custom exception classes to their own file `base/exceptions.py` for better structure and readability.
2728
* Moved custom types to their own file `base/types.py` for better structure and readability.
2829

0 commit comments

Comments
 (0)