diff options
author | Leonard Richardson <leonardr@segfault.org> | 2019-07-19 19:41:55 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2019-07-19 19:41:55 -0400 |
commit | 5d26eabdd3f929b9a178227433d778db8ba1d96f (patch) | |
tree | da3a21937ea2d96a9827cbb1fc9c093e9e055bb8 | |
parent | fb871fc76b11f8b182653bdd922360d332c32dc7 (diff) |
Clarified the changelog.
-rw-r--r-- | CHANGELOG | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -1,10 +1,11 @@ -= 4.8.0 (20190720) += 4.8.0 (20190720, "One Small Soup") * 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 -- you can do this with the - `multi_valued_attributes` argument. [bug=1832978] + reason to do this right now is to change how which attributes are + treated as multi-valued attributes (the way 'class' is treated by + default). You can do this with the `multi_valued_attributes` argument. + [bug=1832978] * The role of Formatter objects has been greatly expanded. The Formatter class now controls the following: |