diff options
author | Leonard Richardson <leonardr@segfault.org> | 2016-07-18 21:56:10 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2016-07-18 21:56:10 -0400 |
commit | 964a25828644e87daa80c2b85ceaed397bca637e (patch) | |
tree | a76fcde33a01441f580393c9399a69795163cebb /NEWS.txt | |
parent | 1126b39cf68d7b75b7f12a185ab9f6983526fa3a (diff) |
Corrected an encoding error that happened when a BeautifulSoup
object was copied. [bug=1554439]
Diffstat (limited to 'NEWS.txt')
-rw-r--r-- | NEWS.txt | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -12,6 +12,9 @@ * Corrected handling of XML processing instructions. [bug=1504393] +* Corrected an encoding error that happened when a BeautifulSoup + object was copied. [bug=1554439] + * The contents of <textarea> tags will no longer be modified when the tree is prettified. [bug=1555829] |