Skip to content

Commit 5b3d195

Browse files
Merge branch 'develop' of github.com:rdkcentral/entservices-apis into feature/RDKEMW-1017_1018_miracast_comrpc_support
2 parents ce9bb9e + cc4d4ba commit 5b3d195

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [1.9.1](https://github.com/rdkcentral/entservices-apis/compare/1.9.0...1.9.1)
8+
9+
- RDKEMW-5166:Send unloaded event on receiving callback [`#307`](https://github.com/rdkcentral/entservices-apis/pull/307)
10+
- Merge tag '1.9.0' into develop [`9a21589`](https://github.com/rdkcentral/entservices-apis/commit/9a215891c7604de66ad744773b516de649311872)
11+
712
#### [1.9.0](https://github.com/rdkcentral/entservices-apis/compare/1.8.0...1.9.0)
813

14+
> 24 June 2025
15+
916
- Rdkemw 2865 device info guidelines [`#319`](https://github.com/rdkcentral/entservices-apis/pull/319)
17+
- RDKEMW-2865 - Changelog updates for 1.9.0 [`a523151`](https://github.com/rdkcentral/entservices-apis/commit/a5231513becc923031ddb53786d31d0748fff31b)
1018
- Merge tag '1.8.0' into develop [`1e2ba8e`](https://github.com/rdkcentral/entservices-apis/commit/1e2ba8eec4dc7b6de03815c7a086887b9fa1867e)
1119

1220
#### [1.8.0](https://github.com/rdkcentral/entservices-apis/compare/1.7.4...1.8.0)

apis/SharedStorage/ISharedStorage.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ namespace Exchange {
9797
~ISharedStorageInspector() override = default;
9898

9999
struct NamespaceSize {
100-
string ns;
100+
string ns /* @text:namespace */;
101101
uint32_t size;
102102
};
103103

0 commit comments

Comments
 (0)