2.0 release changelog updates#96
Conversation
There was a problem hiding this comment.
Pull request overview
This PR adds changelog entries for the 2.0 release of rdkNativeScript, documenting major changes including new features, test coverage improvements, and build workflow migrations. The update also includes minor formatting corrections to existing 1.0.10 entries by removing the "[BUG_FIX]" prefix.
Key changes:
- Added version 2.0 section with 10 changelog entries covering feature additions, test coverage improvements, and build migrations
- Updated version 1.0.10 entries by removing "[BUG_FIX]" prefix and adding release date
- Removed redundant changelog entries from versions 1.0.7 and 1.0.0
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| #### [2.0](https://github.com/rdkcentral/rdkNativeScript/compare/1.0.10...2.0) | ||
|
|
||
| - RDKEMW-9355: Add Support to run app widgets in different contexts wit… [`#90`](https://github.com/rdkcentral/rdkNativeScript/pull/90) |
There was a problem hiding this comment.
The PR description for line 9 is truncated with "wit…" which appears incomplete. The full text should read "with different contexts" or similar. Consider using the complete description from line 15 which has the full text: "Add Support to run app widgets in different contexts within a single process".
| - RDKEMW-9355: Add Support to run app widgets in different contexts wit… [`#90`](https://github.com/rdkcentral/rdkNativeScript/pull/90) |
| - RDKEMW-9785: Increasing Test Coverage for L1 test [`#95`](https://github.com/rdkcentral/rdkNativeScript/pull/95) | ||
| - RDKEMW-11265: Migrate L1 and native build workflow to rdk-e [`#93`](https://github.com/rdkcentral/rdkNativeScript/pull/93) | ||
| - RDKEMW-9172: L2testcase for rdkNativeScript [`#91`](https://github.com/rdkcentral/rdkNativeScript/pull/91) | ||
| - RDKEMW-9461:Nativescript Minimal build for Coverity [`#84`](https://github.com/rdkcentral/rdkNativeScript/pull/84) |
There was a problem hiding this comment.
Missing space after colon in "RDKEMW-9461:Nativescript". Should be "RDKEMW-9461: Nativescript" to match the formatting of other entries in the changelog.
| - RDKEMW-9461:Nativescript Minimal build for Coverity [`#84`](https://github.com/rdkcentral/rdkNativeScript/pull/84) | |
| - RDKEMW-9461: Nativescript Minimal build for Coverity [`#84`](https://github.com/rdkcentral/rdkNativeScript/pull/84) |
| Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). | ||
|
|
||
| #### [2.0](https://github.com/rdkcentral/rdkNativeScript/compare/1.0.10...2.0) | ||
|
|
There was a problem hiding this comment.
The version 2.0 section is missing a release date while version 1.0.10 has one. For consistency and completeness, consider adding a release date (formatted as "> DD Month YYYY") after line 8, similar to the format used in version 1.0.10.
| > 01 November 2025 |
No description provided.