summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2016-07-16 12:21:15 -0400
committerLeonard Richardson <leonardr@segfault.org>2016-07-16 12:21:15 -0400
commit682233e4c9e9fa11b5b84055e0bb272f5e941194 (patch)
tree67eed54264943be78b4a115922bae09453f61be2 /NEWS.txt
parentadcfa8e5ec199c41f5b22041dbfeb852aa034434 (diff)
The contents of <textarea> tags will no longer be modified when the
tree is prettified. [bug=1555829]
Diffstat (limited to 'NEWS.txt')
-rw-r--r--NEWS.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS.txt b/NEWS.txt
index 691cf1f..472538a 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -2,6 +2,9 @@
* Corrected handling of XML processing instructions. [bug=1504393]
+* The contents of <textarea> tags will no longer be modified when the
+ tree is prettified. [bug=1555829]
+
* Fixed a Python 3 ByteWarning when a URL was passed in as though it
were markup. Thanks to James Salter for a patch and
test. [bug=1533762]