rcl/rcl_lifecycle/CHANGELOG.rst

13 lines
634 B
ReStructuredText
Raw Normal View History

2018-06-25 14:36:46 -07:00
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Changelog for package rcl_lifecycle
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2018-06-25 14:38:04 -07:00
0.5.0 (2018-06-25)
------------------
2018-06-25 14:36:46 -07:00
* Updated code to use private substitution (``~``) in lifecycle topics and services (`#260 <https://github.com/ros2/rcl/issues/260>`_)
* use ~/<topic> rather than manually constructing topics/services
* use check argument for null macros
* Fixed potential segmentation fault due to nullptr dereference (`#202 <https://github.com/ros2/rcl/issues/202>`_)
* Signed-off-by: Ethan Gao <ethan.gao@linux.intel.com>
* Contributors: Dirk Thomas, Ethan Gao, Michael Carroll, William Woodall