Skip to content

Commit 99e6645

Browse files
committed
Changelog.
Signed-off-by: Chris Lalancette <[email protected]>
1 parent 986ea83 commit 99e6645

File tree

7 files changed

+43
-0
lines changed

7 files changed

+43
-0
lines changed

launch/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
* Let XML executables/nodes be "required" (like in ROS 1) (`#751 <https://github.com/ros2/launch/issues/751>`_)
8+
* Contributors: Matthew Elwin
9+
510
3.2.1 (2023-12-26)
611
------------------
712

launch_pytest/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
58
3.2.1 (2023-12-26)
69
------------------
710

launch_testing/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
58
3.2.1 (2023-12-26)
69
------------------
710

launch_testing_ament_cmake/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
58
3.2.1 (2023-12-26)
69
------------------
710

launch_xml/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
* Let XML executables/nodes be "required" (like in ROS 1) (`#751 <https://github.com/ros2/launch/issues/751>`_)
8+
* Let XML nodes be "required"
9+
Essentially on_exit="shutdown" is equivalent to ROS 1 required="true".
10+
This feature is implemented using the python launchfile on_exit mechanism.
11+
Right now "shutdown" is the only action accepted by on_exit,
12+
but theoretically more "on_exit" actions could be added later.
13+
Example:
14+
<executable cmd="ls" on_exit="shutdown"/>
15+
* Added tests for yaml
16+
* Contributors: Matthew Elwin
17+
518
3.2.1 (2023-12-26)
619
------------------
720

launch_yaml/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
* Let XML executables/nodes be "required" (like in ROS 1) (`#751 <https://github.com/ros2/launch/issues/751>`_)
8+
* Let XML nodes be "required"
9+
Essentially on_exit="shutdown" is equivalent to ROS 1 required="true".
10+
This feature is implemented using the python launchfile on_exit mechanism.
11+
Right now "shutdown" is the only action accepted by on_exit,
12+
but theoretically more "on_exit" actions could be added later.
13+
Example:
14+
<executable cmd="ls" on_exit="shutdown"/>
15+
* Added tests for yaml
16+
* Contributors: Matthew Elwin
17+
518
3.2.1 (2023-12-26)
619
------------------
720

test_launch_testing/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
58
3.2.1 (2023-12-26)
69
------------------
710
* Update to C++17 (`#742 <https://github.com/ros2/launch/issues/742>`_)

0 commit comments

Comments
 (0)