Skip to content

Commit 58c3a84

Browse files
authored
Merge branch 'develop' into feature/RDK-52028
2 parents 3d35668 + 668cc7c commit 58c3a84

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-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.0.9](https://github.com/rdkcentral/entservices-inputoutput/compare/1.0.8...1.0.9)
8+
9+
- RDK-57093: Resolved the compilation error [`#55`](https://github.com/rdkcentral/entservices-inputoutput/pull/55)
10+
- Merge tag '1.0.8' into develop [`fe37f21`](https://github.com/rdkcentral/entservices-inputoutput/commit/fe37f210ddbf3e698fccc454fd7593e7fb6e4a9d)
11+
712
#### [1.0.8](https://github.com/rdkcentral/entservices-inputoutput/compare/1.0.7...1.0.8)
813

14+
> 14 April 2025
15+
916
- RDK-57093: Update Plugin Clients to use update Power manager interface [`#39`](https://github.com/rdkcentral/entservices-inputoutput/pull/39)
17+
- 1.0.8 release change log updates [`2a859d3`](https://github.com/rdkcentral/entservices-inputoutput/commit/2a859d3da652a2ce6718d8bf678ecf73a6d2643f)
1018
- Merge tag '1.0.7' into develop [`ac5ef43`](https://github.com/rdkcentral/entservices-inputoutput/commit/ac5ef4349be7cb05477dfbe9785aa1a60d1293a1)
1119

1220
#### [1.0.7](https://github.com/rdkcentral/entservices-inputoutput/compare/1.0.6...1.0.7)

HdmiCecSink/HdmiCecSink.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,6 @@ namespace WPEFramework {
573573
void sendKeyReleaseEvent(const int logicalAddress);
574574
void sendUserControlPressed(const int logicalAddress, int keyCode);
575575
void sendUserControlReleased(const int logicalAddress);
576-
void sendGiveAudioStatusMsg();
577576
void onPowerModeChanged(const PowerState currentState, const PowerState newState);
578577
void registerEventHandlers();
579578
void sendGiveAudioStatusMsg();

0 commit comments

Comments
 (0)