summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2019-09-02 14:20:41 +0100
committerSimon McVittie <smcv@collabora.com>2019-09-02 14:20:41 +0100
commit1825c1dcbd3729bf8bc2101767a82273fcad9c95 (patch)
tree91fc50d09e563ea6619afe4dadeab31e3706b6a9
parent1ad47921f13bdc12866c872ebbe56abd0c14b592 (diff)
downloaddbus-python-1825c1dcbd3729bf8bc2101767a82273fcad9c95.tar.gz
NEWS: Mention corner-case incompatibility
Signed-off-by: Simon McVittie <smcv@collabora.com>
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 39ef28e..8e85fa3 100644
--- a/NEWS
+++ b/NEWS
@@ -52,6 +52,9 @@ Fixes:
• Add missing variant_level member to UnixFd type, for parity with the
other dbus.types types (dbus-python!3; John Baublitz)
+ - Note that this is a potentially incompatible change: unknown
+ keyword arguments were previously ignored (!) and are now an error.
+
• Don't reply to method calls if they have the NO_REPLY_EXPECTED flag
(fd.o#32529, dbus-python#26; Simon McVittie)