From 78c0aace5c87447efbef243796297bb54462acbd Mon Sep 17 00:00:00 2001 From: Christophe Bedard Date: Mon, 14 Oct 2019 09:25:44 -0700 Subject: [PATCH] Update changelogs --- tracetools/CHANGELOG.rst | 5 +++++ tracetools_read/CHANGELOG.rst | 5 +++++ tracetools_trace/CHANGELOG.rst | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/tracetools/CHANGELOG.rst b/tracetools/CHANGELOG.rst index 1739781..d841748 100644 --- a/tracetools/CHANGELOG.rst +++ b/tracetools/CHANGELOG.rst @@ -2,6 +2,11 @@ Changelog for package tracetools ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* Add overload of get_symbols as a fallback +* Contributors: Christophe Bedard, Ingo Lütkebohle + 0.2.4 (2019-08-14) ------------------ * Ignore unused tracepoint parameters on Windows diff --git a/tracetools_read/CHANGELOG.rst b/tracetools_read/CHANGELOG.rst index 21aac41..c802804 100644 --- a/tracetools_read/CHANGELOG.rst +++ b/tracetools_read/CHANGELOG.rst @@ -2,6 +2,11 @@ Changelog for package tracetools_read ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* Add is_trace_directory() util function +* Contributors: Christophe Bedard + 0.2.7 (2019-09-09) ------------------ * Fix missing ament_xmllint dependency diff --git a/tracetools_trace/CHANGELOG.rst b/tracetools_trace/CHANGELOG.rst index 6576447..82f1445 100644 --- a/tracetools_trace/CHANGELOG.rst +++ b/tracetools_trace/CHANGELOG.rst @@ -2,6 +2,11 @@ Changelog for package tracetools_trace ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* Re-order args for trace command +* Contributors: Christophe Bedard + 0.2.7 (2019-09-09) ------------------ * Fix missing ament_xmllint dependency