diff --git a/NEWS b/NEWS
index f50dcbafcb6ece514a89badd1bba2015a4409e87..8ad20f182ef206f3005c322023291127aa0ad9c4 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)