--------------------------------- - Fixed a try-catch statement to adapt to changes in asyncio's raise behavior in `asyncio.get_event_loop()`. - Small changes, mostly related to distribution.
0.1.4
--------------------------------- - Only small test/linter fixes and documentation typos removed.
0.1.3
--------------------------------- - Fix to support optional arguments in verb pattern `24 <https://github.com/osrf/osrf_pycommon/pull/24>`_
0.1.2
--------------------------------- - Started keeping a changelog. - Changed ``process_utils`` module so that it will use Trollius even on Python >= 3.4 if ``trollius`` has previously been imported.