diff --git a/NEWS b/NEWS
index 5d71a690c2..112d76839b 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,9 @@ Overview of changes since NetworkManager-1.54.3
=============================================
* Add support for GENEVE interface.
+* Allow persisting the managed state across reboots from nmcli and the D-Bus API.
+* Allow changing the device's administrative state in the kernel at the same
+ time as a change to the managed state from nmcli and the D-Bus API.
===============================================
NetworkManager-1.54.3
diff --git a/introspection/org.freedesktop.NetworkManager.Device.xml b/introspection/org.freedesktop.NetworkManager.Device.xml
index 085d2a1f74..21b6711909 100644
--- a/introspection/org.freedesktop.NetworkManager.Device.xml
+++ b/introspection/org.freedesktop.NetworkManager.Device.xml
@@ -175,6 +175,9 @@
property has a similar effect to configuring the device as unmanaged via
the keyfile.unmanaged-devices setting in NetworkManager.conf. Changes to
this value are not persistent and lost after NetworkManager restart.
+
+ DEPRECATED: 1.56, 1.54.4: Use the SetManaged method instead, which supports
+ additional features like persisting the state to disk
-->
@@ -391,6 +394,20 @@
-->
+
+
+
+
+
+