summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG16
1 files changed, 8 insertions, 8 deletions
diff --git a/CHANGELOG b/CHANGELOG
index a691583..261b576 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,18 +1,18 @@
= Unreleased
-* Fixed a deprecation warning on Python 3.7. Patch by Colin
- Watson. [bug=1847592]
-
* Added Python docstrings to most public methods.
-* The html.parser tree builder now correctly handles DOCTYPEs that are
- not uppercase. [bug=1848401]
-
* Added a Chinese translation by Deron Wang and a Brazilian Portuguese
translation by Cezar Peixeiro to the repository.
-* PageElement.select() now returns a ResultSet rather than a regular list,
- making it consistent with methods like find_all().
+* Fixed two deprecation warnings. Patches by Colin
+ Watson and Nicholas Neumann. [bug=1847592] [bug=1855301]
+
+* The html.parser tree builder now correctly handles DOCTYPEs that are
+ not uppercase. [bug=1848401]
+
+* PageElement.select() now returns a ResultSet rather than a regular
+ list, making it consistent with methods like find_all().
= 4.8.1 (20191006)