summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2018-07-14 14:15:29 -0400
committerLeonard Richardson <leonardr@segfault.org>2018-07-14 14:15:29 -0400
commit877965b09216b2d6f9f99592d7b425c7b7a19108 (patch)
tree08998e2082d9dd9110ca850acf3ae0f5d74dfc5f /NEWS.txt
parent7d22fe1941c4a6ef4eb2e234c85db175d3b3f812 (diff)
Fixed code that was causing deprecation warnings in recent Python 3
versions. Includes a patch from Ville Skyttä. [bug=1778909] [bug=1689496]
Diffstat (limited to 'NEWS.txt')
-rw-r--r--NEWS.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/NEWS.txt b/NEWS.txt
index c3e4755..2fc0a6e 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -1,6 +1,9 @@
= Unreleased
-* Improved the warning given when no parser is specified.
+* Improved the warning given when no parser is specified. [bug=1780571]
+
+* Fixed code that was causing deprecation warnings in recent Python 3
+ versions. Includes a patch from Ville Skyttä. [bug=1778909] [bug=1689496]
= 4.6.0 (20170507) =