# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [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. [Unreleased]: https://github.com/mbedded-ninja/CppLinuxSerial/compare/v1.0.1...HEAD [1.0.1]: https://github.com/mbedded-ninja/CppLinuxSerial/compare/v1.0.1...v1.0.0