diff --git a/rmw_fastrtps_cpp/CHANGELOG.rst b/rmw_fastrtps_cpp/CHANGELOG.rst index 5995f50a7..0c04195cd 100644 --- a/rmw_fastrtps_cpp/CHANGELOG.rst +++ b/rmw_fastrtps_cpp/CHANGELOG.rst @@ -2,6 +2,11 @@ Changelog for package rmw_fastrtps_cpp ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* Capture `std::bad_alloc` on deserializeROSmessage. (`#665 `_) +* Contributors: Miguel Company + 8.1.0 (2023-12-26) ------------------ * Switch to target_link_libraries for linking. (`#734 `_) diff --git a/rmw_fastrtps_dynamic_cpp/CHANGELOG.rst b/rmw_fastrtps_dynamic_cpp/CHANGELOG.rst index 9bbc20215..fc696b275 100644 --- a/rmw_fastrtps_dynamic_cpp/CHANGELOG.rst +++ b/rmw_fastrtps_dynamic_cpp/CHANGELOG.rst @@ -2,6 +2,11 @@ Changelog for package rmw_fastrtps_dynamic_cpp ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* Capture `std::bad_alloc` on deserializeROSmessage. (`#665 `_) +* Contributors: Miguel Company + 8.1.0 (2023-12-26) ------------------ * Switch to target_link_libraries for linking. (`#734 `_) diff --git a/rmw_fastrtps_shared_cpp/CHANGELOG.rst b/rmw_fastrtps_shared_cpp/CHANGELOG.rst index efa667715..5faada0ec 100644 --- a/rmw_fastrtps_shared_cpp/CHANGELOG.rst +++ b/rmw_fastrtps_shared_cpp/CHANGELOG.rst @@ -2,6 +2,12 @@ Changelog for package rmw_fastrtps_shared_cpp ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* Add timestamp to rmw_publish tracepoint (`#694 `_) +* Switch to Unix line endings. (`#736 `_) +* Contributors: Chris Lalancette, Christopher Wecht + 8.1.0 (2023-12-26) ------------------ * Switch to target_link_libraries for linking. (`#734 `_)