summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2023-08-16 13:33:00 +0100
committerSimon McVittie <smcv@collabora.com>2023-08-16 13:33:00 +0100
commit7b3c674f9d73898cdecf14c7e449066922064d37 (patch)
treec4281969a322be25a28a7c13d9fcbeaec967d71f
parentaf204e52ddae8084516a98bbf2f75f58ee1de353 (diff)
Update NEWS
Signed-off-by: Simon McVittie <smcv@collabora.com>
-rw-r--r--NEWS17
1 files changed, 15 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index f128524..f50dcba 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,20 @@
-dbus Python Bindings 1.3.4 (UNRELEASED)
+dbus Python Bindings 1.4.0 (UNRELEASED)
=======================================
-...
+Enhancements:
+
+* Automatically set the NO_REPLY message flag in call_async if there
+ is no reply handler and no error handler (dbus-python!22, Mihai Dumitru)
+
+* Add arg0namespace match rule support (dbus-python!27, Jeroen Hofstee)
+
+Fixes:
+
+* Avoid using distutils in setup.py (Simon McVittie)
+
+* Fix a typo in example code (dbus-python!25, Robert Ancell)
+
+* CI fixes (Simon McVittie)
dbus Python Bindings 1.3.2 (2022-09-06)
=======================================