Skip to content

Commit 379430b

Browse files
committed
Changelog.
Signed-off-by: Marco A. Gutierrez <[email protected]>
1 parent fe6aca3 commit 379430b

File tree

4 files changed

+21
-0
lines changed

4 files changed

+21
-0
lines changed

rclcpp/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
* remove redundant typesupport check in serialization module (`#2808 <https://github.com/ros2/rclcpp/issues/2808>`_) (`#2815 <https://github.com/ros2/rclcpp/issues/2815>`_)
8+
(cherry picked from commit f78ed952b27acc63ef8022d78cb816c309a9ca3d)
9+
Co-authored-by: Tanishq Chaudhary <[email protected]>
10+
* Contributors: mergify[bot]
11+
512
28.1.8 (2025-04-02)
613
-------------------
714

rclcpp_action/CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ Changelog for package rclcpp_action
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

55

6+
Forthcoming
7+
-----------
8+
* fix(rclcpp_action): Fix sleep of expire thread in case of canceled timer (`#2800 <https://github.com/ros2/rclcpp/issues/2800>`_)
9+
This fixes a bug, that the expire action thread would not sleep as,
10+
the sleep duration was not computed correctly.
11+
Co-authored-by: Janosch Machowinski <[email protected]>
12+
* Contributors: Janosch Machowinski
13+
614
28.1.8 (2025-04-02)
715
-------------------
816
* Harden rclcpp_action::convert(). (`#2786 <https://github.com/ros2/rclcpp/issues/2786>`_) (`#2789 <https://github.com/ros2/rclcpp/issues/2789>`_)

rclcpp_components/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
58
28.1.8 (2025-04-02)
69
-------------------
710

rclcpp_lifecycle/CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ Changelog for package rclcpp_lifecycle
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

55

6+
Forthcoming
7+
-----------
8+
69
28.1.8 (2025-04-02)
710
-------------------
811
* should pull valid transition before trying to change the state. (`#2774 <https://github.com/ros2/rclcpp/issues/2774>`_) (`#2784 <https://github.com/ros2/rclcpp/issues/2784>`_)

0 commit comments

Comments
 (0)