summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS16
1 files changed, 16 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4aada42..4791e52 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+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)
========================================