summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
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]