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