summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2019-07-16 21:43:28 -0400
committerLeonard Richardson <leonardr@segfault.org>2019-07-16 21:43:28 -0400
commitfb871fc76b11f8b182653bdd922360d332c32dc7 (patch)
tree18cb601d3bc5be872f41d1f605f7870a7ee1bbd5 /CHANGELOG
parentfc71bc1c04e0495c34a5b78ec21895e32848b344 (diff)
Prep for release.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG
index c7eb9a7..5ff5d8f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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.)