diff options
author | Leonard Richardson <leonardr@segfault.org> | 2019-07-16 21:43:28 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2019-07-16 21:43:28 -0400 |
commit | fb871fc76b11f8b182653bdd922360d332c32dc7 (patch) | |
tree | 18cb601d3bc5be872f41d1f605f7870a7ee1bbd5 /CHANGELOG | |
parent | fc71bc1c04e0495c34a5b78ec21895e32848b344 (diff) |
Prep for release.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -= 4.8.0 (Unreleased) += 4.8.0 (20190720) * It's now possible to customize the TreeBuilder object by passing keyword arguments into the BeautifulSoup constructor. The main @@ -6,8 +6,8 @@ attributes are treated -- you can do this with the `multi_valued_attributes` argument. [bug=1832978] -* The role of Formatter objects has been greatly expanded. It now contains - consolidated code for controlling the following: +* The role of Formatter objects has been greatly expanded. The Formatter + class now controls the following: - The function to call to perform entity substitution. (This was previously Formatter's only job.) |