From 17bf788f3e5f4ab2b49d563c5b8e22dac05f9202 Mon Sep 17 00:00:00 2001 From: Christophe Bedard Date: Sun, 17 Nov 2019 15:47:06 -0800 Subject: [PATCH] Update changelogs --- ros2trace/CHANGELOG.rst | 5 +++++ tracetools/CHANGELOG.rst | 5 +++++ tracetools_test/CHANGELOG.rst | 5 +++++ tracetools_trace/CHANGELOG.rst | 6 ++++++ 4 files changed, 21 insertions(+) diff --git a/ros2trace/CHANGELOG.rst b/ros2trace/CHANGELOG.rst index 873ee60..8cf35a0 100644 --- a/ros2trace/CHANGELOG.rst +++ b/ros2trace/CHANGELOG.rst @@ -2,6 +2,11 @@ Changelog for package ros2trace ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* Make printing list of enabled events more readable +* Contributors: Christophe Bedard + 0.2.2 (2019-08-01) ------------------ * Revert "Replace special character to fix encoding issue" diff --git a/tracetools/CHANGELOG.rst b/tracetools/CHANGELOG.rst index 6e4a1ef..1e6ea57 100644 --- a/tracetools/CHANGELOG.rst +++ b/tracetools/CHANGELOG.rst @@ -2,6 +2,11 @@ Changelog for package tracetools ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* Add new rclcpp_subscription_init tracepoint to support new intra-process comms +* Contributors: Christophe Bedard + 0.2.9 (2019-10-18) ------------------ * Set symbols visibility to public for util functions diff --git a/tracetools_test/CHANGELOG.rst b/tracetools_test/CHANGELOG.rst index af02192..42a85d5 100644 --- a/tracetools_test/CHANGELOG.rst +++ b/tracetools_test/CHANGELOG.rst @@ -2,6 +2,11 @@ Changelog for package tracetools_test ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* Update tests after new intra-process communications +* Contributors: Christophe Bedard + 0.2.6 (2019-08-16) ------------------ * Fix "do_more" check for test_ping/test_pong diff --git a/tracetools_trace/CHANGELOG.rst b/tracetools_trace/CHANGELOG.rst index a8c9bda..029665a 100644 --- a/tracetools_trace/CHANGELOG.rst +++ b/tracetools_trace/CHANGELOG.rst @@ -2,6 +2,12 @@ Changelog for package tracetools_trace ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* Make printing list of enabled events more readable +* Add new rclcpp_subscription_init tracepoint to default ROS events list +* Contributors: Christophe Bedard + 0.2.8 (2019-10-14) ------------------ * Re-order args for trace command