summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS7
1 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 339a715..178809f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,12 @@
D-Bus Python Bindings 1.1.1 (UNRELEASED)
========================================
-...
+Fixes:
+
+• Under Python 3, in the absence of introspection or signature='...',
+ pass dbus.ObjectPath or dbus.Signature arguments with the obvious
+ signature 'o' or 'g', not 's'. This previously only worked in Python 2.
+ (fd.o #50740)
D-Bus Python Bindings 1.1.0 (2012-05-09)
========================================