diff options
| author | Stefan Behnel <stefan_ml@behnel.de> | 2017-03-18 10:09:16 +0100 |
|---|---|---|
| committer | Stefan Behnel <stefan_ml@behnel.de> | 2017-03-18 10:09:16 +0100 |
| commit | 2d35d07293b9115120e84193f51035aab094f2e8 (patch) | |
| tree | 89730eb5b67e13b8be8e2bb0d223081d23f16bd0 | |
| parent | 6e1d219ffebebfabaf4408236f4d46c4990d782d (diff) | |
| download | python-lxml-2d35d07293b9115120e84193f51035aab094f2e8.tar.gz | |
changelog
| -rw-r--r-- | CHANGES.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 029b64a1..190c12dd 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,6 +2,15 @@ lxml changelog ============== +3.7.4 (2017-??-??) +================== + +Bugs fixed +---------- + +* LP#1673355: ``fromstring()`` html5parser failed to parse byte strings. + + 3.7.3 (2017-02-18) ================== |
