Skip to content

1.1.12 release changelog updates - #201

Merged
egalla204 merged 1 commit into
developfrom
release/1.1.12
Apr 9, 2026
Merged

1.1.12 release changelog updates#201
egalla204 merged 1 commit into
developfrom
release/1.1.12

Conversation

@egalla204

@egalla204 egalla204 commented Apr 9, 2026

Copy link
Copy Markdown
Contributor

Copilot AI review requested due to automatic review settings April 9, 2026 18:44
@egalla204
egalla204 requested a review from a team as a code owner April 9, 2026 18:44

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Updates the project changelog for the 1.1.12 release and recent hotfixes, adjusting the auto-changelog insertion point and correcting an entry date.

Changes:

  • Added changelog entries for 1.1.12, 1.1.11.2, and 1.1.11.1 above the auto-changelog marker.
  • Moved <!-- auto-changelog-above --> to the top of the changelog section.
  • Updated the recorded date for release 1.1.11.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread CHANGELOG.md

> 9 April 2026

- RDKEMW-16333: Update Thunder plugin to use _string and _boolean [`#197`](https://github.com/rdkcentral/control/pull/197)

Copilot AI Apr 9, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In Markdown, _string and _boolean will render as italics (underscore emphasis), which can obscure the literal names. Wrap these literals in inline code formatting (backticks) so the changelog preserves the exact identifiers.

Suggested change
- RDKEMW-16333: Update Thunder plugin to use _string and _boolean [`#197`](https://github.com/rdkcentral/control/pull/197)
- RDKEMW-16333: Update Thunder plugin to use `_string` and `_boolean` [`#197`](https://github.com/rdkcentral/control/pull/197)

Copilot uses AI. Check for mistakes.
Comment thread CHANGELOG.md
> 9 April 2026

- RDKEMW-16333: Update Thunder plugin to use _string and _boolean [`#197`](https://github.com/rdkcentral/control/pull/197)
- RDKEMW-5849 : remove deprecated "experience" code [`#185`](https://github.com/rdkcentral/control/pull/185)

Copilot AI Apr 9, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These entries have inconsistent formatting compared to adjacent bullets (extra space before the colon, and 'remove' starting lowercase). For readability and consistency, standardize the ticket formatting (e.g., no space before ':') and use consistent capitalization for the action verb.

Suggested change
- RDKEMW-5849 : remove deprecated "experience" code [`#185`](https://github.com/rdkcentral/control/pull/185)
- RDKEMW-5849: Remove deprecated "experience" code [`#185`](https://github.com/rdkcentral/control/pull/185)

Copilot uses AI. Check for mistakes.
Comment thread CHANGELOG.md
> 7 April 2026

- RDKEMW-16711: CHANGELOG for ctrlm hotfix release 1.1.11.2 [`#196`](https://github.com/rdkcentral/control/pull/196)
- RDKEMW-16711 : Add wakeup reason string, on support/1.1.11 [`#195`](https://github.com/rdkcentral/control/pull/195)

Copilot AI Apr 9, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These entries have inconsistent formatting compared to adjacent bullets (extra space before the colon, and 'remove' starting lowercase). For readability and consistency, standardize the ticket formatting (e.g., no space before ':') and use consistent capitalization for the action verb.

Copilot uses AI. Check for mistakes.
Comment thread CHANGELOG.md
#### [1.1.11](https://github.com/rdkcentral/control/compare/1.1.10...1.1.11)

> 5 March 2026
> 6 March 2026

Copilot AI Apr 9, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR changes the recorded release date for 1.1.11 (previously 5 March 2026). Since this is a historical record, please confirm the corrected date is accurate; if intentional, consider adding a brief note in the PR description explaining the date correction.

Suggested change
> 6 March 2026
> 5 March 2026

Copilot uses AI. Check for mistakes.
@egalla204
egalla204 merged commit 67e73a0 into develop Apr 9, 2026
13 checks passed
@github-actions github-actions Bot locked and limited conversation to collaborators Apr 9, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants