From 62d412c32f4482d1f6f9271d22e6671fb332d332 Mon Sep 17 00:00:00 2001 From: Chris Lalancette Date: Thu, 3 Oct 2024 15:51:50 +0000 Subject: [PATCH] Changelog. Signed-off-by: Chris Lalancette --- rmw_implementation/CHANGELOG.rst | 3 +++ test_rmw_implementation/CHANGELOG.rst | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/rmw_implementation/CHANGELOG.rst b/rmw_implementation/CHANGELOG.rst index c33c576..49185ae 100644 --- a/rmw_implementation/CHANGELOG.rst +++ b/rmw_implementation/CHANGELOG.rst @@ -2,6 +2,9 @@ Changelog for package rmw_implementation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- + 3.0.1 (2024-07-29) ------------------ diff --git a/test_rmw_implementation/CHANGELOG.rst b/test_rmw_implementation/CHANGELOG.rst index 7afae4d..681bc42 100644 --- a/test_rmw_implementation/CHANGELOG.rst +++ b/test_rmw_implementation/CHANGELOG.rst @@ -2,6 +2,11 @@ Changelog for package test_rmw_implementation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* Do not deref msg ptr for rmw\_{publish,return}_loaned_message*() (`#240 `_) +* Contributors: Christophe Bedard + 3.0.1 (2024-07-29) ------------------ * remove rmw_localhost_only_t. (`#239 `_)