summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2013-05-07 10:33:51 -0400
committerLeonard Richardson <leonardr@segfault.org>2013-05-07 10:33:51 -0400
commit431e078fbdb54adeb3875cb8c5cc75d6722de2bd (patch)
tree5b0aad64b7fe429318b3d2cd3539db0221605526 /NEWS.txt
parent457fa9096e5cee673063b41d58da9f2442814f0f (diff)
The prettify() method now leaves the contents of <pre> tags
alone. [bug=1095654]
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 f714bfe..03418ab 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -15,6 +15,9 @@
or
from bs4 import _soup
+* The prettify() method now leaves the contents of <pre> tags
+ alone. [bug=1095654]
+
* Fix a bug in the html5lib treebuilder which sometimes created
disconnected trees. [bug=1039527]