CHANGELOG.md 894 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

  • Added CMake build support.
  • Added basic, config and read/write unit tests using gtest.

Changed

  • Updated serial port to use C++14.
  • Changed library name from serial-port to CppLinuxSerial.
  • Updated Doxygen comments.

[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.