diff --git a/kdl_parser/CHANGELOG.rst b/kdl_parser/CHANGELOG.rst index c54b0bc..9fcf15c 100644 --- a/kdl_parser/CHANGELOG.rst +++ b/kdl_parser/CHANGELOG.rst @@ -2,6 +2,14 @@ Changelog for package kdl_parser ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* kdl_parser: switch from TinyXML to TinyXML2 (`#4 `_) +* Style fixes from ros2 (`#11 `_) +* Make rostest a test_depend (`#3 `_) +* update links now that this is in its own repo +* Contributors: Chris Lalancette, Dmitry Rozhkov, Mikael Arguedas + 1.12.10 (2017-05-17) -------------------- * Use result of find_package(orocos_kdl) properly (`#200 `_) diff --git a/kdl_parser_py/CHANGELOG.rst b/kdl_parser_py/CHANGELOG.rst index 4744809..c8a8661 100644 --- a/kdl_parser_py/CHANGELOG.rst +++ b/kdl_parser_py/CHANGELOG.rst @@ -2,6 +2,12 @@ Changelog for package kdl_parser_py ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* Make rostest a test_depend (`#3 `_) +* update links now that this is in its own repo +* Contributors: Chris Lalancette, Mikael Arguedas + 1.12.10 (2017-05-17) --------------------