Skip to content

Commit 0784a57

Browse files
committed
Changelogs
Signed-off-by: Ivan Santiago Paunovic <[email protected]>
1 parent 8847186 commit 0784a57

File tree

4 files changed

+30
-0
lines changed

4 files changed

+30
-0
lines changed

rcl/CHANGELOG.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22
Changelog for package rcl
33
^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Add test for subscription message lost event (`#705 <https://github.com/ros2/rcl/issues/705>`_)
8+
* Add function rcl_event_is_valid (`#720 <https://github.com/ros2/rcl/issues/720>`_)
9+
* Move actual domain id from node to context (`#718 <https://github.com/ros2/rcl/issues/718>`_)
10+
* Removed doxygen warnings (`#712 <https://github.com/ros2/rcl/issues/712>`_)
11+
* Remove some dead code.
12+
* Make sure to call rcl_arguments_fini at the end of the test.
13+
* Add remap needed null check (`#711 <https://github.com/ros2/rcl/issues/711>`_)
14+
* Make public init/fini rosout publisher (`#704 <https://github.com/ros2/rcl/issues/704>`_)
15+
* Move rcl_remap_copy to public header (`#709 <https://github.com/ros2/rcl/issues/709>`_)
16+
* Contributors: Alejandro Hernández Cordero, Chris Lalancette, Ivan Santiago Paunovic, Jorge Perez
17+
518
2.0.0 (2020-07-09)
619
------------------
720
* Implement a generic way to change logging levels (`#664 <https://github.com/ros2/rcl/issues/664>`_)

rcl_action/CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Changelog for package rcl_action
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Removed doxygen warnings (`#712 <https://github.com/ros2/rcl/issues/712>`_)
8+
* Address issue 716 by zero initializing pointers and freeing memory (`#717 <https://github.com/ros2/rcl/issues/717>`_)
9+
* Contributors: Alejandro Hernández Cordero, brawner
10+
511
2.0.0 (2020-07-09)
612
------------------
713
* Update quality declaration and coverage (`#674 <https://github.com/ros2/rcl/issues/674>`_)

rcl_lifecycle/CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Changelog for package rcl_lifecycle
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Topic fix rcl lifecycle test issue (`#715 <https://github.com/ros2/rcl/issues/715>`_)
8+
* Removed doxygen warnings (`#712 <https://github.com/ros2/rcl/issues/712>`_)
9+
* Contributors: Alejandro Hernández Cordero, Barry Xu
10+
511
2.0.0 (2020-07-09)
612
------------------
713
* Update quality declaration and coverage (`#674 <https://github.com/ros2/rcl/issues/674>`_)

rcl_yaml_param_parser/CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Changelog for package rcl_yaml_param_parser
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Removed doxygen warnings (`#712 <https://github.com/ros2/rcl/issues/712>`_)
8+
* Contributors: Alejandro Hernández Cordero
9+
510
2.0.0 (2020-07-09)
611
------------------
712
* Update quality declaration and coverage (`#674 <https://github.com/ros2/rcl/issues/674>`_)

0 commit comments

Comments
 (0)