Skip to content

Commit 97b5a0a

Browse files
Update changelog
1 parent dba72a9 commit 97b5a0a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/source/changelog.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -889,3 +889,16 @@ Quick links:
889889
**2.0.5 (2025-04-07)**
890890

891891
- Add VARCHAR to valid Databricks types.
892+
893+
**2.1.0 (2025-05-13)**
894+
895+
- **BREAKING CHANGE**: Rename modules to avoid conflicts with the Python
896+
standard library:
897+
898+
- :mod:`cardinal_pythonlib.email` is now :mod:`cardinal_pythonlib.email_utils`
899+
- :mod:`cardinal_pythonlib.json` is now :mod:`cardinal_pythonlib.json_utils`
900+
- :mod:`cardinal_pythonlib.profile` is now :mod:`cardinal_pythonlib.profiling`
901+
902+
- Add support for ``.eml`` files with attachments processed by supported
903+
document converters (``.docx``, ``.pdf``, ``.odt`` etc.) to
904+
:func:`cardinal_pythonlib.extract_text.document_to_text`.

0 commit comments

Comments
 (0)