File tree Expand file tree Collapse file tree 4 files changed +22
-1
lines changed Expand file tree Collapse file tree 4 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 22Changelog for package rclcpp
33^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44
5+ Forthcoming
6+ -----------
7+ * Remove references to index.ros.org. (`#2504 <https://github.com/ros2/rclcpp/issues/2504 >`_)
8+ * Reduce overhead for inheriting from rclcpp::Executor when base functionality is not reused (`#2506 <https://github.com/ros2/rclcpp/issues/2506 >`_)
9+ * Contributors: Chris Lalancette, William Woodall, jmachowinski
10+
51128.0.1 (2024-04-16)
612-------------------
713* [wjwwood] Updated "Data race fixes" (`#2500 <https://github.com/ros2/rclcpp/issues/2500 >`_)
@@ -34,7 +40,7 @@ Changelog for package rclcpp
3440* Ensure waitables handle guard condition retriggering (`#2483 <https://github.com/ros2/rclcpp/issues/2483 >`_)
3541 Co-authored-by: Michael Carroll <
[email protected] >
3642* fix: init concatenated_vector with begin() & end() (`#2492 <https://github.com/ros2/rclcpp/issues/2492 >`_)
37- *. this commit will fix the warning [-Wstringop-overflow=] `#2461 <https://github.com/ros2/rclcpp/issues/2461>`_
43+ * this commit will fix the warning [-Wstringop-overflow=] `#2461 <https://github.com/ros2/rclcpp/issues/2461 >`_
3844* Use the same context for the specified node in rclcpp::spin functions (`#2433 <https://github.com/ros2/rclcpp/issues/2433 >`_)
3945 * Use the same conext for the specified node in rclcpp::spin_xx functions
4046 * Add test for spinning with non-default-context
Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ Changelog for package rclcpp_action
33^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44
55
6+ Forthcoming
7+ -----------
8+ * Remove references to index.ros.org. (`#2504 <https://github.com/ros2/rclcpp/issues/2504 >`_)
9+ * Contributors: Chris Lalancette
10+
61128.0.1 (2024-04-16)
712-------------------
813* Callback after cancel (`#2281 <https://github.com/ros2/rclcpp/issues/2281 >`_)
Original file line number Diff line number Diff line change 22Changelog for package rclcpp_components
33^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44
5+ Forthcoming
6+ -----------
7+ * Remove references to index.ros.org. (`#2504 <https://github.com/ros2/rclcpp/issues/2504 >`_)
8+ * Contributors: Chris Lalancette
9+
51028.0.1 (2024-04-16)
611-------------------
712
Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ Changelog for package rclcpp_lifecycle
33^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44
55
6+ Forthcoming
7+ -----------
8+ * Remove references to index.ros.org. (`#2504 <https://github.com/ros2/rclcpp/issues/2504 >`_)
9+ * Contributors: Chris Lalancette
10+
61128.0.1 (2024-04-16)
712-------------------
813* call shutdown in LifecycleNode dtor to avoid leaving the device in un… (`#2450 <https://github.com/ros2/rclcpp/issues/2450 >`_)
You can’t perform that action at this time.
0 commit comments