summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS15
1 files changed, 13 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index d8bc272..4791e52 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,18 @@
-dbus Python Bindings 1.2.14 (UNRELEASED)
+dbus Python Bindings 1.2.14 (2019-11-25)
========================================
-...
+The “don't stand in the fire” release.
+
+Fixes:
+
+• Ensure that the numeric types from dbus.types get the same str()
+ under Python 3.8 that they did under previous versions. Previously,
+ Python 3.8 used their repr() for the str(), which was not intended.
+ (dbus-python#31; matclab, Simon McVittie)
+
+• Disable -Winline (Simon McVittie)
+
+• Add Python 3.8 to CI (Simon McVittie)
dbus Python Bindings 1.2.12 (2019-09-12)
========================================