CHANGELOG.md 766 Bytes

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.

Unreleased

Added

  • CMake build support.
  • Unit tests using gtest.

Changed

  • Updated serial port to use C++14.

[v1.0.1] - 2014-05-21

Changed

  • Added ability to enable/disable echo with 'SerialPort::EnableEcho()'.

[v1.0.0] - 2014-05-15

Added

  • Initial commit. serial-port-cpp library has basic functions up and running.