Skip to content

Commit 3fd0831

Browse files
committed
Changelog.
Signed-off-by: Chris Lalancette <[email protected]>
1 parent d648a7c commit 3fd0831

File tree

4 files changed

+22
-1
lines changed

4 files changed

+22
-1
lines changed

rclcpp/CHANGELOG.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Changelog 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+
511
28.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

rclcpp_action/CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
611
28.0.1 (2024-04-16)
712
-------------------
813
* Callback after cancel (`#2281 <https://github.com/ros2/rclcpp/issues/2281>`_)

rclcpp_components/CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Changelog 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+
510
28.0.1 (2024-04-16)
611
-------------------
712

rclcpp_lifecycle/CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
611
28.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>`_)

0 commit comments

Comments
 (0)