You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,12 @@ All notable changes to this RDK Service will be documented in this file.
14
14
15
15
* Changes in CHANGELOG should be updated when commits are added to the main or release branches. There should be one CHANGELOG entry per JIRA Ticket. This is not enforced on sprint branches since there could be multiple changes for the same JIRA ticket during development.
16
16
17
+
## [1.5.0] - 2025-09-23
18
+
### Changed
19
+
- Implemented L1/L2 and Part L3 for the plugin
20
+
- Implemented IP Address caching for Gnome backend
21
+
- Implemented a logic to return appropriate value for GetPrimaryInterface
22
+
17
23
## [1.4.0] - 2025-09-23
18
24
### Changed
19
25
- Implemented logic to not to persist SSID when asked
@@ -23,7 +23,7 @@ org.rdk.NetworkManager interface for Thunder framework.
23
23
<aname="head.Scope"></a>
24
24
## Scope
25
25
26
-
This document describes purpose and functionality of the org.rdk.NetworkManager interface (version 1.4.0). It includes detailed specification about its methods provided and notifications sent.
26
+
This document describes purpose and functionality of the org.rdk.NetworkManager interface (version 1.5.0). It includes detailed specification about its methods provided and notifications sent.
0 commit comments