Changelogs.

Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
This commit is contained in:
Chris Lalancette 2018-07-23 22:31:49 +00:00
parent ef8d6e4640
commit 9853d701c8
2 changed files with 11 additions and 0 deletions

View File

@ -2,6 +2,11 @@
Changelog for package kdl_parser
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Forthcoming
-----------
* Fix up missing link tags in some XML files. (`#15 <https://github.com/ros/kdl_parser/issues/15>`_)
* Contributors: Chris Lalancette
1.13.0 (2018-04-05)
-------------------
* kdl_parser: switch from TinyXML to TinyXML2 (`#4 <https://github.com/ros/kdl_parser/issues/4>`_)

View File

@ -2,6 +2,12 @@
Changelog for package kdl_parser_py
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Forthcoming
-----------
* Remove the declaration of a library from kdl_parser_py. (`#14 <https://github.com/ros/kdl_parser/issues/14>`_)
* Remove unused kdl_parser_py.urdf. (`#17 <https://github.com/ros/kdl_parser/issues/17>`_)
* Contributors: Chris Lalancette
1.13.0 (2018-04-05)
-------------------
* Make rostest a test_depend (`#3 <https://github.com/ros/kdl_parser/issues/3>`_)