Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.04 KB

CHANGELOG.md

File metadata and controls

29 lines (22 loc) · 1.04 KB

Changelog

All notable changes to the RDM library will be documented in this file.

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

0.2.0 2019-08-19

Note: This is a pre-release version. This version changelog is not exhaustive.

Added

  • C++ types for RDM commands, responses, NACK reasons, and UIDs:
    • rdm/cpp/message.h
    • rdm/cpp/message_types/*
    • rdm/cpp/uid.h

Changed

  • RDM_UID_CMP() renamed to rdm_uid_compare()
  • Message packing and unpacking functions moved to rdm/message.h and renamed. RDM controller and responder modules are reserved for eventual addition of RDM controller and responder logic.

0.1.0 - 2019-05-29

Added

  • This CHANGELOG file.
  • Initial library modules, tests and documentation.