]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
update NEWS
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Sat, 30 May 2020 10:52:25 +0000 (12:52 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 30 May 2020 12:31:24 +0000 (14:31 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 3c446b20176457ed6d9f55a5361e40b2443bcf04..11be98aeae35695a72072dbe704164087bdf63ec 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -122,6 +122,10 @@ CHANGES WITH 246 in spe:
           sd_bus_member_name_is_valid() + sd_bus_object_path_is_valid() will
           validate strings to check if they qualify as various D-Bus concepts.
 
+        * The sd-bus api gained the SD_BUS_METHOD_WITH_ARGS(),
+          SD_BUS_METHOD_WITH_ARGS_OFFSET() and SD_BUS_SIGNAL_WITH_ARGS() macros
+          that simplify adding argument names to D-Bus methods and signals.
+
         * systemctl gained a new "-P" switch that is a shortcut for "--value
           --property=…".