From 4467ce9913108799bec1f71968e01277bd87d6b1 Mon Sep 17 00:00:00 2001 From: William Woodall Date: Mon, 20 May 2019 16:12:05 -0700 Subject: [PATCH] changelogs Signed-off-by: William Woodall --- rclcpp/CHANGELOG.rst | 10 ++++++++++ rclcpp_action/CHANGELOG.rst | 3 +++ rclcpp_components/CHANGELOG.rst | 3 +++ rclcpp_lifecycle/CHANGELOG.rst | 5 +++++ 4 files changed, 21 insertions(+) diff --git a/rclcpp/CHANGELOG.rst b/rclcpp/CHANGELOG.rst index cb73cc4..41c2e64 100644 --- a/rclcpp/CHANGELOG.rst +++ b/rclcpp/CHANGELOG.rst @@ -2,6 +2,16 @@ Changelog for package rclcpp ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* Fixed misspelling, volitile -> volatile (`#724 `_), and then fixed that since it is a C++ keyword to be ``durability_volatile`` (`#725 `_) +* Fixed a clang warning (`#723 `_) +* Added ``on_parameter_event`` static method to the ``AsyncParametersClient`` (`#688 `_) +* Added a guard against ``ParameterNotDeclaredException`` throwing from within the parameter service callbacks. (`#718 `_) +* Added missing template functionality to lifecycle_node. (`#707 `_) +* Fixed heap-use-after-free and memory leaks reported from ``test_node.cpp`` (`#719 `_) +* Contributors: Alberto Soragna, Dirk Thomas, Emerson Knapp, Jacob Perron, Michael Jeronimo, Prajakta Gokhale + 0.7.2 (2019-05-08) ------------------ * Added new way to specify QoS settings for publishers and subscriptions. (`#713 `_) diff --git a/rclcpp_action/CHANGELOG.rst b/rclcpp_action/CHANGELOG.rst index aa65c9e..a7e2c5a 100644 --- a/rclcpp_action/CHANGELOG.rst +++ b/rclcpp_action/CHANGELOG.rst @@ -3,6 +3,9 @@ Changelog for package rclcpp_action ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- + 0.7.2 (2019-05-08) ------------------ * Added return code to CancelGoal service response. (`#710 `_) diff --git a/rclcpp_components/CHANGELOG.rst b/rclcpp_components/CHANGELOG.rst index d6caecd..45bee7e 100644 --- a/rclcpp_components/CHANGELOG.rst +++ b/rclcpp_components/CHANGELOG.rst @@ -2,6 +2,9 @@ Changelog for package rclcpp_components ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- + 0.7.2 (2019-05-08) ------------------ * Updated to support changes to ``Node::get_node_names()``. (`#698 `_) diff --git a/rclcpp_lifecycle/CHANGELOG.rst b/rclcpp_lifecycle/CHANGELOG.rst index 1908d28..2ed3739 100644 --- a/rclcpp_lifecycle/CHANGELOG.rst +++ b/rclcpp_lifecycle/CHANGELOG.rst @@ -3,6 +3,11 @@ Changelog for package rclcpp_lifecycle ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* Added missing template functionality to lifecycle_node. (`#707 `_) +* Contributors: Michael Jeronimo + 0.7.2 (2019-05-08) ------------------ * Added new way to specify QoS settings for publishers and subscriptions. (`#713 `_)