summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2019-07-19 19:41:55 -0400
committerLeonard Richardson <leonardr@segfault.org>2019-07-19 19:41:55 -0400
commit5d26eabdd3f929b9a178227433d778db8ba1d96f (patch)
treeda3a21937ea2d96a9827cbb1fc9c093e9e055bb8
parentfb871fc76b11f8b182653bdd922360d332c32dc7 (diff)
Clarified the changelog.
-rw-r--r--CHANGELOG9
1 files changed, 5 insertions, 4 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 5ff5d8f..dfa0c7e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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: