Skip to content

Commit 405687c

Browse files
committed
Changelog.
Signed-off-by: Marco A. Gutierrez <[email protected]>
1 parent 52d2bbf commit 405687c

File tree

4 files changed

+23
-0
lines changed

4 files changed

+23
-0
lines changed

rclcpp/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
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
58
28.1.7 (2025-03-26)
69
-------------------
710
* fix(ClockConditionalVariable): Fixed potential crash on shutdown (`#2762 <https://github.com/ros2/rclcpp/issues/2762>`_)

rclcpp_action/CHANGELOG.rst

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

55

6+
Forthcoming
7+
-----------
8+
* Harden rclcpp_action::convert(). (`#2786 <https://github.com/ros2/rclcpp/issues/2786>`_) (`#2789 <https://github.com/ros2/rclcpp/issues/2789>`_)
9+
* Harden rclcpp_action::convert().
10+
* update docstring.
11+
---------
12+
(cherry picked from commit ce86ef7e621d96ce50d6ec1b49e9e1cd4f0a828b)
13+
Co-authored-by: Tomoya Fujita <[email protected]>
14+
* Contributors: mergify[bot]
15+
616
28.1.7 (2025-03-26)
717
-------------------
818
* fix: Fixed expiring of goals if events executor is used (`#2674 <https://github.com/ros2/rclcpp/issues/2674>`_)

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.7 (2025-03-26)
69
-------------------
710
* add NO_UNDEFINED_SYMBOLS to rclcpp_components_register_node cmake macro (`#2746 <https://github.com/ros2/rclcpp/issues/2746>`_)

rclcpp_lifecycle/CHANGELOG.rst

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

55

6+
Forthcoming
7+
-----------
8+
* 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>`_)
9+
(cherry picked from commit 7b6ee8a2e7a13d73f9f69368970390a9e0930448)
10+
Co-authored-by: Tomoya Fujita <[email protected]>
11+
* Contributors: mergify[bot]
12+
613
28.1.7 (2025-03-26)
714
-------------------
815

0 commit comments

Comments
 (0)