Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.65 KB

CHANGELOG.md

File metadata and controls

41 lines (30 loc) · 1.65 KB

Changelog

All notable changes to this RDK Service will be documented in this file.

  • Each RDK Service has a CHANGELOG file that contains all changes done so far. When version is updated, add a entry in the CHANGELOG.md at the top with user friendly information on what was changed with the new version. Please don't mention JIRA tickets in CHANGELOG.

  • Please Add entry in the CHANGELOG for each version change and indicate the type of change with these labels:

    • Added for new features.
    • Changed for changes in existing functionality.
    • Deprecated for soon-to-be removed features.
    • Removed for now removed features.
    • Fixed for any bug fixes.
    • Security in case of vulnerabilities.
  • Changes in CHANGELOG should be updated when commits are added to the main or release branches. There should be one CHANGELOG entry per JIRA Ticket. This is not enforced on sprint branches since there could be multiple changes for the same JIRA ticket during development.

  • For more details, refer to versioning section under Main README.

[1.0.4] - 2024-03-29

Security

  • Resolved security vulnerabilities

[1.0.3] - 2023-09-12

Added

  • Implement Thunder Plugin Configuration for Kirkstone builds(CMake-3.20 & above)

[1.0.2] - 2022-10-07

Added

  • Update SystemRootPath config to set LD_LIBRARY_PATH dynamically

[1.0.1] - 2022-10-04

Fixed

  • Fixed warnings that are treated as errors with "-Wall -Werror"

[1.0.0] - 2022-05-11

Added

  • Add CHANGELOG

Change

  • Reset API version to 1.0.0
  • Change README to inform how to update changelog and API version