Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 881 Bytes

CHANGELOG.md

File metadata and controls

40 lines (25 loc) · 881 Bytes

Changelog

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

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

[0.2.1] - 07-03-2019

Fixed

  • Some refactorings

Added

  • documentation

Changed

  • Removed unused overwriteSinglePriority()
  • Removed unused readElement()

[0.2.0] - 06-03-2019

Fixed

  • n/a

Added

  • Headless Mode. Configurable by defining EXTERNAL_DATA_BUFFER. In this mode the user maintains an external payload buffer, and PBuf provides prioritised access via the API commands PBUF_insertIndex() and PBUF_retrieveIndex(). Added relevant documentation.

  • Added this CHANGELOG

Changed

  • n/a

[0.1.0] - 28-02-2019

Fixed

  • Mapping bugs

Added

  • Initial Buffer and Priority management code