summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2019-08-21 18:36:32 -0400
committerLeonard Richardson <leonardr@segfault.org>2019-08-21 18:36:32 -0400
commitc9aef4f30b233ee3b1b5a6822751cf33b0fb05ed (patch)
tree31c8167bfc02f45d70fba0614d9a1139f3751cce /CHANGELOG
parent25a4efbf0aedba46687a2c151f1230eeeaacea35 (diff)
Fixed a crash when pretty-printing tags that were not created
during initial parsing. [bug=1838903]
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index b19a486..a7d8260 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -6,6 +6,9 @@
and position within a line (Tag.sourcepos). Based on code by Chris
Mayo. [bug=1742921]
+* Fixed a bug that made it impossible to pretty-print tags that were not
+ created during initial parsing. [bug=1838903]
+
= 4.8.0 (20190720, "One Small Soup")
This release focuses on making it easier to customize Beautiful Soup's