diff --git a/rcl/CHANGELOG.rst b/rcl/CHANGELOG.rst index 383c277..e3b1955 100644 --- a/rcl/CHANGELOG.rst +++ b/rcl/CHANGELOG.rst @@ -2,6 +2,20 @@ Changelog for package rcl ^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* Fixed memory leak in ``test_client`` (`#443 `_) +* Fixed memory leaks in ``test_wait.cpp`` (`#439 `_) +* Fixed memory leak in ``test_context`` (`#441 `_) +* Fixed memory leak in ``test_init`` (`#440 `_) +* Enabled rcl ``test_events`` unit tests on macOS (`#433 `_) +* Enabled deadline tests for FastRTPS (`#438 `_) +* Corrected use of ``launch_testing.assert.assertExitCodes`` (`#437 `_) +* Reverted "Changes the default 3rd party logger from rcl_logging_noop to… (`#436 `_) +* Fixed memory leaks in ``test_security_directory`` (`#420 `_) +* Fixed a memory leak in rcl context fini (`#434 `_) +* Contributors: Abby Xu, Cameron Evans, Chris Lalancette, Dirk Thomas, M. M, ivanpauno + 0.7.2 (2019-05-08) ------------------ * Changes the default 3rd party logger from rcl_logging_noop to rcl_logging_log4cxx (`#425 `_) diff --git a/rcl_action/CHANGELOG.rst b/rcl_action/CHANGELOG.rst index 2bcd3a3..4a0e340 100644 --- a/rcl_action/CHANGELOG.rst +++ b/rcl_action/CHANGELOG.rst @@ -2,6 +2,11 @@ Changelog for package rcl_action ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* Fixed memory leaks in ``rcl_action`` unit tests (`#442 `_) +* Contributors: Prajakta Gokhale + 0.7.2 (2019-05-08) ------------------ * Update graph test for change to rmw names and types struct (`#407 `_) diff --git a/rcl_lifecycle/CHANGELOG.rst b/rcl_lifecycle/CHANGELOG.rst index 66979d4..34c7be0 100644 --- a/rcl_lifecycle/CHANGELOG.rst +++ b/rcl_lifecycle/CHANGELOG.rst @@ -2,6 +2,9 @@ Changelog for package rcl_lifecycle ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- + 0.7.2 (2019-05-08) ------------------ * Rmw preallocate (`#428 `_) diff --git a/rcl_yaml_param_parser/CHANGELOG.rst b/rcl_yaml_param_parser/CHANGELOG.rst index 768f3b3..4792432 100644 --- a/rcl_yaml_param_parser/CHANGELOG.rst +++ b/rcl_yaml_param_parser/CHANGELOG.rst @@ -2,6 +2,9 @@ Changelog for package rcl_yaml_param_parser ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- + 0.7.2 (2019-05-08) ------------------