summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
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.)