diff options
author | Leonard Richardson <leonardr@segfault.org> | 2019-08-21 18:36:32 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2019-08-21 18:36:32 -0400 |
commit | c9aef4f30b233ee3b1b5a6822751cf33b0fb05ed (patch) | |
tree | 31c8167bfc02f45d70fba0614d9a1139f3751cce /CHANGELOG | |
parent | 25a4efbf0aedba46687a2c151f1230eeeaacea35 (diff) |
Fixed a crash when pretty-printing tags that were not created
during initial parsing. [bug=1838903]
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |