Update changelogs

Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
This commit is contained in:
Christophe Bedard 2020-04-24 19:07:41 -04:00
parent e6849aaa8a
commit ef26a05a41
4 changed files with 23 additions and 0 deletions

View file

@ -2,6 +2,11 @@
Changelog for package tracetools Changelog for package tracetools
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Forthcoming
-----------
* Export -rdynamic using ament_export_link_flags and modern CMake
* Contributors: Christophe Bedard, Dirk Thomas
0.3.0 (2020-03-04) 0.3.0 (2020-03-04)
------------------ ------------------
* Various improvements to the build setup and CMakeLists.txt * Various improvements to the build setup and CMakeLists.txt

View file

@ -2,6 +2,12 @@
Changelog for package tracetools_launch Changelog for package tracetools_launch
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Forthcoming
-----------
* Document what kind of lib_name LdPreload expects
* Add logs for LdPreload action on success or failure
* Contributors: Christophe Bedard
0.3.0 (2020-03-04) 0.3.0 (2020-03-04)
------------------ ------------------
* Add logs for trace action init and fini * Add logs for trace action init and fini

View file

@ -2,6 +2,13 @@
Changelog for package tracetools_test Changelog for package tracetools_test
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Forthcoming
-----------
* Add test_depend on python3-pytest-cov for tracetools_test
* Call ament_add_pytest_test only once for tracetools_test
* Move test_utils from tracetools to tracetools_test
* Contributors: Christophe Bedard
0.3.0 (2020-03-04) 0.3.0 (2020-03-04)
------------------ ------------------
* Merge and update service test to cover callback registration * Merge and update service test to cover callback registration

View file

@ -2,6 +2,11 @@
Changelog for package tracetools_trace Changelog for package tracetools_trace
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Forthcoming
-----------
* Start a session daemon if there isn't one before setting up tracing
* Contributors: Christophe Bedard
0.3.0 (2020-03-04) 0.3.0 (2020-03-04)
------------------ ------------------
* Add more context types and refactor mapping between name and constant * Add more context types and refactor mapping between name and constant