summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2024-10-07 14:08:59 +0100
committerSimon McVittie <smcv@collabora.com>2024-10-07 14:08:59 +0100
commitaa4e1bd5124f56572ca4217fd8cb97debe78fde5 (patch)
treec402d85d7d7bea44e2da71c3c6b2022d8b35626b
parent6f3ffbd62e17c156fba7557bcf7ad01b25fb98f6 (diff)
Update NEWS
Signed-off-by: Simon McVittie <smcv@collabora.com>
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f50dcba..8ad20f1 100644
--- a/NEWS
+++ b/NEWS
@@ -8,8 +8,15 @@ Enhancements:
* Add arg0namespace match rule support (dbus-python!27, Jeroen Hofstee)
+* Add argNpath match rules support (dbus-python!24, Jeroen Hofstee)
+
+* Mention more alternatives to this package in the README (Simon McVittie)
+
Fixes:
+* Don't require tomllib when generating dist tarball on Python ≥ 3.11
+ (dbus-python#54, Timo Gurr)
+
* Avoid using distutils in setup.py (Simon McVittie)
* Fix a typo in example code (dbus-python!25, Robert Ancell)