From 0fb1a6de872c55ae49b927eb7c63fadfdcc56ebf Mon Sep 17 00:00:00 2001 From: William Woodall Date: Thu, 20 Feb 2014 17:35:39 -0800 Subject: [PATCH] update changelogs --- CHANGELOG.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c3b0b65..fcdb96a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,17 @@ Changelog for package serial ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* Improved support for mingw (mxe.cc) +* Fix compilation warning + See issue `#53 `_ +* Improved timer handling in unix implementation +* fix broken ifdef _WIN32 +* Fix broken ioctl calls, add exception handling. +* Code guards for platform-specific implementations. (when not using cmake / catkin) +* Contributors: Christopher Baker, Mike Purvis, Nicolas Bigaouette, William Woodall, dawid + 1.1.6 (2013-10-17) ------------------ * Move stopbits_one_point_five to the end of the enum, so that it doesn't alias with stopbits_two.