-
Notifications
You must be signed in to change notification settings - Fork 5
1.1.12 release changelog updates #201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -4,9 +4,32 @@ All notable changes to this project will be documented in this file. Dates are d | |||||
|
|
||||||
| Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). | ||||||
|
|
||||||
| <!-- auto-changelog-above --> | ||||||
|
|
||||||
| #### [1.1.12](https://github.com/rdkcentral/control/compare/1.1.11...1.1.12) | ||||||
|
|
||||||
| > 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) | ||||||
|
||||||
| - 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
AI
Apr 9, 2026
There was a problem hiding this comment.
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
AI
Apr 9, 2026
There was a problem hiding this comment.
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.
| > 6 March 2026 | |
| > 5 March 2026 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In Markdown,
_stringand_booleanwill 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.