summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2019-07-07 14:01:40 -0400
committerLeonard Richardson <leonardr@segfault.org>2019-07-07 14:01:40 -0400
commit0c3c1970dcb93bbe591707e43cfba9b24de45d05 (patch)
tree48be5f0ef368309d401cee00bd0f2d504fdde85f /CHANGELOG
parent66d2597c36b1923c487daae55bfa73e4bb4a66d1 (diff)
It's now possible to customize the TreeBuilder object by passing
keyword arguments into the BeautifulSoup constructor. The main reason to do this right now is to change how multi-valued attributes are treated. [bug=1832978]
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index d3c8578..ed44b3a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,10 @@
+= Unreleased
+
+* It's now possible to customize the TreeBuilder object by passing
+ keyword arguments into the BeautifulSoup constructor. The main
+ reason to do this right now is to change how multi-valued
+ attributes are treated. [bug=1832978]
+
= 4.7.1 (20190106)
* Fixed a significant performance problem introduced in 4.7.0. [bug=1810617]