From aedf98e26067b6707756ca4005ce355c825b01e5 Mon Sep 17 00:00:00 2001 From: ahcorde Date: Thu, 15 Oct 2020 15:46:24 +0200 Subject: [PATCH] changelog Signed-off-by: ahcorde --- rmw_cyclonedds_cpp/CHANGELOG.rst | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/rmw_cyclonedds_cpp/CHANGELOG.rst b/rmw_cyclonedds_cpp/CHANGELOG.rst index b213074..18d62c1 100644 --- a/rmw_cyclonedds_cpp/CHANGELOG.rst +++ b/rmw_cyclonedds_cpp/CHANGELOG.rst @@ -2,6 +2,32 @@ Changelog for package rmw_cyclonedds_cpp ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* Fixed cppcheck issue +* Update service/client construction/destruction API return codes. (`#247 `_) +* Return RMW_RET_UNSUPPORTED in rmw_get_serialized_message_size (`#250 `_) +* Update service/client request/response API error returns (`#249 `_) +* Updated rmw\_* return codes (`#246 `_) +* Update gid API return codes. (`#244 `_) +* Update graph API return codes. (`#243 `_) +* Check for message_info on take where appropriate. (`#245 `_) +* Updated error returns on rmw_take_serialized and with_message_info (`#242 `_) +* Updated error returns on rmw_take (`#241 `_) +* Update rmw_publish_serialized_message() error returns (`#240 `_) +* Update rmw_publish() error returns (`#239 `_) +* Ensure compliant matched pub/sub count API. (`#223 `_) +* Change RET_WRONG_IMPLID() to return RMW_RET_INCORRECT_IMPLEMENTATION (`#226 `_) +* Fix bad conditional in rmw_serialize(). (`#217 `_) +* Ensure compliant subscription API. (`#214 `_) +* Ensure compliant publisher API (`#210 `_) +* Ensure compliant node construction/destruction API. (`#206 `_) +* Amend rmw_init() implementation: require enclave. (`#204 `_) +* Ensure compliant init/shutdown API implementations. (`#202 `_) +* Ensure compliant init options API implementations. (`#200 `_) +* Finalize context iff shutdown. (`#196 `_) +* Contributors: Alejandro Hernández Cordero, Jose Tomas Lorente, Michel Hidalgo + 0.7.4 (2020-10-07) ------------------ * rmw_destroy_node must remove node from graph cache (`#252 `_)