Skip to content

Commit

Permalink
Changelog.
Browse files Browse the repository at this point in the history
Signed-off-by: Marco A. Gutierrez <[email protected]>
  • Loading branch information
marcoag committed Mar 28, 2024
1 parent 58dae83 commit a344278
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 0 deletions.
20 changes: 20 additions & 0 deletions rcl/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@
Changelog for package rcl
^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Add rcl_timer_call_with_info function that retrieves the expected and the actual timer trigger times (`#1113 <https://github.com/ros2/rcl/issues/1113>`_)
Co-authored-by: Alexis Tsogias <[email protected]>
Co-authored-by: Michael Carroll <[email protected]>
Co-authored-by: Tomoya Fujita <[email protected]>
* document out parameters for rcl_get_node_names and rcl_get_node_names_with_enclaves (`#1137 <https://github.com/ros2/rcl/issues/1137>`_)
* document out params for rcl_get_node_names
Co-authored-by: Chris Lalancette <[email protected]>
* Cleanups for uncrustify 0.78. (`#1134 <https://github.com/ros2/rcl/issues/1134>`_)
Mostly this is expanding macros, as this is just easier
to read anyway. But we also mark one section as INDENT-OFF.
* Re-order rcl_logging_interface include (`#1133 <https://github.com/ros2/rcl/issues/1133>`_)
* Remove unnecessary macros. (`#1132 <https://github.com/ros2/rcl/issues/1132>`_)
These really don't add anything, and allows us to
avoid some changes in macro formatting between Ubuntu
22.04 and Ubuntu 24.04.
* Update quality declaration documents (`#1131 <https://github.com/ros2/rcl/issues/1131>`_)
* Contributors: Chris Lalancette, Christophe Bedard, Felix Penzlin, jmachowinski

9.1.0 (2024-01-24)
------------------
* add unit tests for --log-file-name argument. (`#1130 <https://github.com/ros2/rcl/issues/1130>`_)
Expand Down
9 changes: 9 additions & 0 deletions rcl_action/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
Changelog for package rcl_action
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* add RCL_RET_TIMEOUT to action service response. (`#1138 <https://github.com/ros2/rcl/issues/1138>`_)
* add RCL_RET_TIMEOUT to action service response.
* address review comment.
---------
* Update quality declaration documents (`#1131 <https://github.com/ros2/rcl/issues/1131>`_)
* Contributors: Christophe Bedard, Tomoya Fujita

9.1.0 (2024-01-24)
------------------

Expand Down
5 changes: 5 additions & 0 deletions rcl_lifecycle/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package rcl_lifecycle
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Update quality declaration documents (`#1131 <https://github.com/ros2/rcl/issues/1131>`_)
* Contributors: Christophe Bedard

9.1.0 (2024-01-24)
------------------

Expand Down
5 changes: 5 additions & 0 deletions rcl_yaml_param_parser/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package rcl_yaml_param_parser
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Update quality declaration documents (`#1131 <https://github.com/ros2/rcl/issues/1131>`_)
* Contributors: Christophe Bedard

9.1.0 (2024-01-24)
------------------

Expand Down

0 comments on commit a344278

Please sign in to comment.