diff --git a/versions.md b/versions.md index 1a78a62e6f..1f63ad0d75 100644 --- a/versions.md +++ b/versions.md @@ -19,6 +19,7 @@ Forthcoming * RTPSParticipant: * Some methods changed to `snake_case`: `register_reader`, `register_writer`, `update_reader`, `update_writer`. * Register methods take a `TopicDescription` instead of `TopicAttributes`. + * Update methods no longer take `TopicAttributes`. * Discovery callbacks refactor: * on_participant_discovery now receives a `ParticipantDiscoveryStatus` and a `ParticipantBuiltinTopicData` instead of a `ParticipantDiscoveryInfo` * on_data_reader_discovery now receives a `ReaderDiscoveryStatus` and a `SubscriptionBuiltinTopicData` instead of a `ReaderDiscoveryInfo`