diff options
author | Leonard Richardson <leonardr@segfault.org> | 2013-08-15 08:32:47 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2013-08-15 08:32:47 -0400 |
commit | 0fc67a99990999a3e2118c80ff30038a6247f30c (patch) | |
tree | 39981191d41ed763cf959d6db9a99f5667064db2 | |
parent | dd223ac4913e461951b4325bb3826259d62d29a8 (diff) |
Updated NEWS.
-rw-r--r-- | NEWS.txt | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,9 +1,12 @@ -= 4.3.1 (Unreleased) = += 4.3.1 (20130815) = * Fixed yet another problem with the html5lib tree builder, caused by html5lib's tendency to rearrange the tree during parsing. [bug=1189267] +* Fixed a bug that caused the optimized version of find_all() to + return nothing. [bug=1212655] + = 4.3.0 (20130812) = * Instead of converting incoming data to Unicode and feeding it to the |