File tree Expand file tree Collapse file tree 4 files changed +18
-0
lines changed Expand file tree Collapse file tree 4 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 22Changelog for package rclcpp
33^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44
5+ Forthcoming
6+ -----------
7+ * Do not crash Executor when send_response fails due to client failure. (`#2279 <https://github.com/ros2/rclcpp/issues/2279 >`_)
8+ * Add new node interface TypeDescriptionsInterface to provide GetTypeDescription service (`#2236 <https://github.com/ros2/rclcpp/issues/2236 >`_)
9+ * Contributors: Emerson Knapp, Tomoya Fujita, Zang MingJie
10+
51121.0.2 (2023-07-14)
612-------------------
713* Fix warnings related to comparison of integer expressions of different signedness (`#2222 <https://github.com/ros2/rclcpp/issues/2222 >`_)
Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ Changelog for package rclcpp_action
33^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44
55
6+ Forthcoming
7+ -----------
8+
6921.0.2 (2023-07-14)
710-------------------
811
Original file line number Diff line number Diff line change 22Changelog for package rclcpp_components
33^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44
5+ Forthcoming
6+ -----------
7+
5821.0.2 (2023-07-14)
69-------------------
710
Original file line number Diff line number Diff line change @@ -3,6 +3,12 @@ Changelog for package rclcpp_lifecycle
33^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44
55
6+ Forthcoming
7+ -----------
8+ * Switch lifecycle to use the RCLCPP macros. (`#2244 <https://github.com/ros2/rclcpp/issues/2244 >`_)
9+ * Add new node interface TypeDescriptionsInterface to provide GetTypeDescription service (`#2236 <https://github.com/ros2/rclcpp/issues/2236 >`_)
10+ * Contributors: Emerson Knapp
11+
61221.0.2 (2023-07-14)
713-------------------
814
You can’t perform that action at this time.
0 commit comments