diff options
author | Leonard Richardson <leonardr@segfault.org> | 2015-09-28 19:28:34 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2015-09-28 19:28:34 -0400 |
commit | 6f113b66f8084f900470b8931c107d96d28f5dd7 (patch) | |
tree | c86c34592acdde6dd6103c34761723452d13fc04 /NEWS.txt | |
parent | 3b82b2ba6d7b1cc98bcca6ffe5970e5d90198351 (diff) | |
parent | 70a1b795bc1b0b03e71539b4fb18813baf0efa75 (diff) |
Fixed a bug that deranged the tree when part of it was
removed. Thanks to Eric Weiser for the patch and John Wiseman for a
test. [bug=1481520]
Diffstat (limited to 'NEWS.txt')
-rw-r--r-- | NEWS.txt | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,8 +1,12 @@ -= Unreleased += 4.4.1 (20150928) = * Fixed the test_detect_utf8 test so that it works when chardet is installed. [bug=1471359] +* Fixed a bug that deranged the tree when part of it was + removed. Thanks to Eric Weiser for the patch and John Wiseman for a + test. [bug=1481520] + = 4.4.0 (20150703) = Especially important changes: |