diff options
author | Leonard Richardson <leonardr@segfault.org> | 2016-07-26 22:01:22 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2016-07-26 22:01:22 -0400 |
commit | a15e40b89282ef6924873e41bb08be2eb440880f (patch) | |
tree | a12eb070523efae4a59f798ad5ae3866b416bf8f /NEWS.txt | |
parent | 3b39288fe9ec805bfe5286214aaf46c1307d2197 (diff) |
Fixed a reported (but not duplicated) bug involving processing instructions fed into the lxml HTML parser.
Diffstat (limited to 'NEWS.txt')
-rw-r--r-- | NEWS.txt | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ += Unreleased = + +* Fixed a reported (but not duplicated) bug involving processing + instructions fed into the lxml HTML parser. + = 4.5.0 (20160719) = * Beautiful Soup is no longer compatible with Python 2.6. This |