diff options
| author | Stefan Behnel <stefan_ml@behnel.de> | 2022-02-15 23:53:56 +0100 |
|---|---|---|
| committer | Stefan Behnel <stefan_ml@behnel.de> | 2022-02-15 23:53:56 +0100 |
| commit | 4cb54bcace727c2f4da464e2ecc04737ed855b72 (patch) | |
| tree | 10866c57ea177e717e055bc7183241f955caa226 | |
| parent | c5a398bfa2660d07eca5881fa6cc60fe9413428c (diff) | |
| download | python-lxml-4cb54bcace727c2f4da464e2ecc04737ed855b72.tar.gz | |
Update changelog.
| -rw-r--r-- | CHANGES.txt | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index ad6f03f1..33bcccd8 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,6 +2,26 @@ lxml changelog ============== +4.8 (2022-??-??) +================ + +Features added +-------------- + +* GH#337: Path-like objects are now supported throughout the API instead of just strings. + Patch by Henning Janssen. + +* The ``ElementMaker`` now supports ``QName`` values as tags, which always override + the default namespace of the factory. + +Bugs fixed +---------- + +* GH#338: In lxml.objectify, the XSI float annotation "nan" and "inf" were spelled in + lower case, whereas XML Schema datatypes define them as "NaN" and "INF" respectively. + Patch by Tobias Deiminger. + + 4.7.1 (2021-12-13) ================== |
