From 322b5f5d794ffc942602b8efdd82610eac8a2223 Mon Sep 17 00:00:00 2001 From: Chris Lalancette Date: Wed, 20 Nov 2024 15:53:48 +0000 Subject: [PATCH] Changelog. Signed-off-by: Chris Lalancette --- rclcpp/CHANGELOG.rst | 14 ++++++++++++++ rclcpp_action/CHANGELOG.rst | 5 +++++ rclcpp_components/CHANGELOG.rst | 3 +++ rclcpp_lifecycle/CHANGELOG.rst | 5 +++++ 4 files changed, 27 insertions(+) diff --git a/rclcpp/CHANGELOG.rst b/rclcpp/CHANGELOG.rst index 9037f15241..89f4c5a92e 100644 --- a/rclcpp/CHANGELOG.rst +++ b/rclcpp/CHANGELOG.rst @@ -2,6 +2,20 @@ Changelog for package rclcpp ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* a couple of typo fixes in doc section for LoanedMessage. (`#2676 `_) +* Make sure callback_end tracepoint is triggered in AnyServiceCallback (`#2670 `_) +* Correct the incorrect comments in generic_client.hpp (`#2662 `_) +* Fix NodeOptions assignment operator (`#2656 `_) +* set QoS History KEEP_ALL explicitly for statistics publisher. (`#2650 `_) +* Fix test_intra_process_manager.cpp with rmw_zenoh_cpp (`#2653 `_) +* Fixed test_events_executors in zenoh (`#2643 `_) +* rmw_fastrtps supports service event gid uniqueness test. (`#2638 `_) +* print warning if event callback is not supported instead of passing exception. (`#2648 `_) +* Implement callback support of async_send_request for service generic client (`#2614 `_) +* Contributors: Alejandro Hernández Cordero, Barry Xu, Chris Lalancette, Christophe Bedard, Romain DESILLE, Tomoya Fujita + 29.0.0 (2024-10-03) ------------------- * Fixed test qos rmw zenoh (`#2639 `_) diff --git a/rclcpp_action/CHANGELOG.rst b/rclcpp_action/CHANGELOG.rst index b7ce2410d0..f36b16b65e 100644 --- a/rclcpp_action/CHANGELOG.rst +++ b/rclcpp_action/CHANGELOG.rst @@ -3,6 +3,11 @@ Changelog for package rclcpp_action ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* Fix documentation typo in server_goal_handle.hpp (`#2669 `_) +* Contributors: YR + 29.0.0 (2024-10-03) ------------------- * Increase the timeout for the cppcheck on rclcpp_action. (`#2640 `_) diff --git a/rclcpp_components/CHANGELOG.rst b/rclcpp_components/CHANGELOG.rst index 438e86f1b9..fa0da73787 100644 --- a/rclcpp_components/CHANGELOG.rst +++ b/rclcpp_components/CHANGELOG.rst @@ -2,6 +2,9 @@ Changelog for package rclcpp_components ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- + 29.0.0 (2024-10-03) ------------------- * Shutdown the context before context's destructor is invoked in tests (`#2633 `_) diff --git a/rclcpp_lifecycle/CHANGELOG.rst b/rclcpp_lifecycle/CHANGELOG.rst index fce56fe8bc..dda6141795 100644 --- a/rclcpp_lifecycle/CHANGELOG.rst +++ b/rclcpp_lifecycle/CHANGELOG.rst @@ -3,6 +3,11 @@ Changelog for package rclcpp_lifecycle ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* Fix error message in rclcpp_lifecycle::State::reset() (`#2647 `_) +* Contributors: Christophe Bedard + 29.0.0 (2024-10-03) ------------------- * Shutdown the context before context's destructor is invoked in tests (`#2633 `_)