diff options
author | Leonard Richardson <leonardr@segfault.org> | 2016-07-16 22:28:40 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2016-07-16 22:28:40 -0400 |
commit | f18cbadf256b24912837c8b0d7fd6a2dc1a1d640 (patch) | |
tree | 9f8459bab4cdcf79ae76abea31025b22ce1cd111 /NEWS.txt | |
parent | 120f4fcedc825b6c207263858e5bbded60a7886e (diff) |
Beautiful Soup will now work with versions of html5lib greater than
0.99999999. [bug=1603299]
Diffstat (limited to 'NEWS.txt')
-rw-r--r-- | NEWS.txt | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ = 4.5.0 () = +* Beautiful Soup will now work with versions of html5lib greater than + 0.99999999. [bug=1603299] + * Corrected handling of XML processing instructions. [bug=1504393] * The contents of <textarea> tags will no longer be modified when the |