From 9eef17131d22ffa781d69e9323a1e5c232f2f479 Mon Sep 17 00:00:00 2001 From: Chris Lalancette Date: Wed, 20 Nov 2024 16:10:05 +0000 Subject: [PATCH] Changelog. Signed-off-by: Chris Lalancette --- launch_ros/CHANGELOG.rst | 5 +++++ launch_testing_ros/CHANGELOG.rst | 5 +++++ ros2launch/CHANGELOG.rst | 5 +++++ test_launch_ros/CHANGELOG.rst | 5 +++++ 4 files changed, 20 insertions(+) diff --git a/launch_ros/CHANGELOG.rst b/launch_ros/CHANGELOG.rst index ca77aaee..72fa393d 100644 --- a/launch_ros/CHANGELOG.rst +++ b/launch_ros/CHANGELOG.rst @@ -2,6 +2,11 @@ Changelog for package launch_ros ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* Add ament_xmllint to the ament_python packages. (`#423 `_) +* Contributors: Chris Lalancette + 0.27.3 (2024-10-03) ------------------- * Fix url in setup.py (`#413 `_) diff --git a/launch_testing_ros/CHANGELOG.rst b/launch_testing_ros/CHANGELOG.rst index f45249d8..c0467f72 100644 --- a/launch_testing_ros/CHANGELOG.rst +++ b/launch_testing_ros/CHANGELOG.rst @@ -2,6 +2,11 @@ Changelog for package launch_testing_ros ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* Add ament_xmllint to the ament_python packages. (`#423 `_) +* Contributors: Chris Lalancette + 0.27.3 (2024-10-03) ------------------- diff --git a/ros2launch/CHANGELOG.rst b/ros2launch/CHANGELOG.rst index 20cdc64c..f888df8f 100644 --- a/ros2launch/CHANGELOG.rst +++ b/ros2launch/CHANGELOG.rst @@ -2,6 +2,11 @@ Changelog for package ros2launch ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* Add ament_xmllint to the ament_python packages. (`#423 `_) +* Contributors: Chris Lalancette + 0.27.3 (2024-10-03) ------------------- * Fix url in setup.py (`#413 `_) diff --git a/test_launch_ros/CHANGELOG.rst b/test_launch_ros/CHANGELOG.rst index 9b8657d6..54a5604f 100644 --- a/test_launch_ros/CHANGELOG.rst +++ b/test_launch_ros/CHANGELOG.rst @@ -2,6 +2,11 @@ Changelog for package test_launch_ros ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* Add ament_xmllint to the ament_python packages. (`#423 `_) +* Contributors: Chris Lalancette + 0.27.3 (2024-10-03) ------------------- * Add in a timeout for test_launch_ros. (`#417 `_)