From 366d07723593374c3e94bd12df351abe418739e9 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Sat, 30 May 2020 12:52:25 +0200 Subject: [PATCH] update NEWS --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index 3c446b2017..11be98aeae 100644 --- 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=…".