diff --git a/versions.md b/versions.md index 16ad52424a6..2c486b27054 100644 --- a/versions.md +++ b/versions.md @@ -9,7 +9,23 @@ Migrate communication tests in `dds/communication` folder * Remove API marked as deprecated. * Removed deprecated FastRTPS API tests. * Removed no longer supported `FASTRTPS_API_TESTS` CMake options. -* XML Parser API no longer public. +* Public API that is no longer public: + * XML Parser API no longer public. + * ParticipantAttributes + * ReplierAttributes + * RequesterAttributes + * PublisherAttributes + * SubscriberAttributes + * All discovery implementation related API + * ProxyPool + * Semaphore + * MessageReceiver + * BuiltinProtocols + * Liveliness implementation related API + * shared_mutex + * StringMatching + * TimeConversion + * DBQueue Version 2.13.0 --------------