diff options
author | Leonard Richardson <leonardr@segfault.org> | 2015-09-28 19:45:23 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2015-09-28 19:45:23 -0400 |
commit | 85049f49a4571c4419440e72e8faed062516858d (patch) | |
tree | b32f62badf5cc38e1c450cb3dc8a91623032db51 /NEWS.txt | |
parent | 6a52d2e45195049ed7ef5b5862edf530eba518d0 (diff) |
Improved the implementation of CSS selector grouping. Thanks to Orangain for the patch. [bug=1484543]
Diffstat (limited to 'NEWS.txt')
-rw-r--r-- | NEWS.txt | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -4,11 +4,15 @@ removed. Thanks to Eric Weiser for the patch and John Wiseman for a test. [bug=1481520] +* Improved the implementation of CSS selector grouping. Thanks to + Orangain for the patch. [bug=1484543] + * Fixed the test_detect_utf8 test so that it works when chardet is installed. [bug=1471359] * Corrected the output of Declaration objects. [bug=1477847] + = 4.4.0 (20150703) = Especially important changes: |