Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1.19 KB

CHANGELOG.md

File metadata and controls

36 lines (28 loc) · 1.19 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

  • Add sonarcloud analysis tool.
  • Add the __cimplog_rdk_generic() function.
  • Add onboarding feature
  • Update the init call.
  • Fixes for building in CentOS
  • Fixes for building in MacOS
  • Reverted generic API to log messages into an additional module other than the primary module of a component
  • Added support for overriding debug.ini file location in RDK code
  • Added support of generic logging

v1.0.0 - 2017-10-11

Added

  • Add a simple interface that allows RDK and non-RDK code to use this loggin

[v0.0.1] - 2017-01-17

Added

  • Initial creation