Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 864 Bytes

CHANGELOG.md

File metadata and controls

24 lines (16 loc) · 864 Bytes

labpack-c: Change Log

All notable changes to this project will be documented in this file, which is written in plain text Github Flavored Markdown (GFM) lightweight markup language. This project adheres to Semantic Versioning.

[Unreleased][unreleased]

Added

  • The labpack_reader_begin_ext and labpack_reader_end_ext functions.
  • API documentation.

[0.1.0] - 2017-11-14

Added

  • Initial public Application Programming Interface (API).
  • The reader (decoding) "module".
  • The writer (encoding) "module".
  • Tests and minunit testing framework.
  • The mpack amalgamation source files (mpack.c, mpack.h, and mpack-config.h).
  • The LICENSE file.
  • The README file.
  • The ignore list.