doc: Add a device structure change entry to release-notes for 2.4 version
Documenting the change.
Fixes #27394
Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
diff --git a/doc/releases/release-notes-2.4.rst b/doc/releases/release-notes-2.4.rst
index 7f85447..f23883c 100644
--- a/doc/releases/release-notes-2.4.rst
+++ b/doc/releases/release-notes-2.4.rst
@@ -72,6 +72,11 @@
To maintain original behaviour within user code, two argument invocations
should be converted to pass a third argument ``FS_O_CREATE | FS_O_RDWR``.
+* The struct device got 3 attributes renamed: ``config_info`` to ``config``,
+ ``driver_api`` to ``api`` and finally ``driver_data`` to ``data``.
+ This renaming was done to get rid of legacy names, for which the reasons
+ do no longer apply.
+
Deprecated in this release
==========================