diff --git a/NEWS b/NEWS
index 7e1f21462d..3855bda0f2 100644
--- a/NEWS
+++ b/NEWS
@@ -50,6 +50,9 @@ USE AT YOUR OWN RISK. NOT RECOMMENDED FOR PRODUCTION USE!
* Add support for GENEVE interface.
* The DHCPv4 internal client now ignores option 3 (Router) if the lease
contains option 121 (Classless Static Route), as recommended by RFC 3442.
+* 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.56
diff --git a/introspection/org.freedesktop.NetworkManager.Device.xml b/introspection/org.freedesktop.NetworkManager.Device.xml
index 085d2a1f74..3b0c2c46b8 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.58: Use the SetManaged method instead, which supports
+ additional features like persisting the state to disk
-->
@@ -391,6 +394,20 @@
-->
+
+
+
+
+
+