diff options
author | Leonard Richardson <leonardr@segfault.org> | 2019-07-07 14:01:40 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2019-07-07 14:01:40 -0400 |
commit | 0c3c1970dcb93bbe591707e43cfba9b24de45d05 (patch) | |
tree | 48be5f0ef368309d401cee00bd0f2d504fdde85f /CHANGELOG | |
parent | 66d2597c36b1923c487daae55bfa73e4bb4a66d1 (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-- | CHANGELOG | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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] |