diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ccd32f9..8eb074c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,10 @@ Changelog for package serial ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +This file documents notable changes to this project done before April 2015. + +For changes after that date, plase refers to the release notes of each release at https://github.com/ami-iit/serial_cpp/releases . + 1.2.1 (2015-04-21) ------------------ * Removed the use of a C++11 feature for compatibility with older browsers. diff --git a/changes.txt b/changes.txt deleted file mode 100644 index a59e022..0000000 --- a/changes.txt +++ /dev/null @@ -1,12 +0,0 @@ -This file documents notable changes to this project done before November 2012. For changes after that date, plase refers to the release notes of each release at https://github.com/ami-iit/serial_cpp/releases . - -# 1.1.0 10-24-2012 - -* Converted the build system to catkin - -# v1.0.1 8-27-2012 - -* Added baudrates: 1000000, 11520000, 2000000, 2500000, 3000000, 3500000, and 4000000 -* Linking related bug fixes on Linux and OS X -* Custom baudrate bug fix. Closes issue #18. -