From a0e4bf4324fc9d6c861db04b056b702d86b8add1 Mon Sep 17 00:00:00 2001 From: Oskar Weigl Date: Tue, 25 Sep 2018 23:14:31 -0700 Subject: [PATCH] Add py2.7 compat to Changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d510f0f..ede60fb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ Please add a note of your changes below this heading if you make a Pull Request. # Unreleased +### Changed +* Make python tools compatible with python 2.7 (so it can be used with ROS) + * Threading API constructor can't take the daemon parameter, so all thread creation had to be expanded out. + * `TimeoutError` isn't defined, but it makes for more readable code, so I defined it as an OSError subclass. + * `ModuleNotFoundError` is replaced by the older ImportError. + * Print function imported from future + # Releases ## [0.4.4] - 2018-09-18 ### Fixed