From bc4c229aad7cd500c99ea77d90e3f345244064fd Mon Sep 17 00:00:00 2001 From: elianalf <62831776+elianalf@users.noreply.github.com> Date: Thu, 18 Jul 2024 17:02:27 +0200 Subject: [PATCH] Refs #21280: Update version.md Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com> --- versions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/versions.md b/versions.md index d6a40e5c0cf..d8915564d70 100644 --- a/versions.md +++ b/versions.md @@ -65,6 +65,7 @@ Forthcoming * Request-reply example to showcase RPC paradigms over Fast DDS. * Static EDP discovery example to avoid EDP meta-traffic. * Flow Controller example with `FlowControllersQos` and property settings. + * RTPS example to show the creation of entities in the RTPS layer. * Removed `TypeConsistencyQos` from DataReader, and included `TypeConsistencyEnforcementQosPolicy` and `DataRepresentationQosPolicy` * Added new `flow_controller_descriptor_list` XML configuration, remove `ThroughtputController`. * Migrate `#define`s within `BuiltinEndpoints.hpp` to namespaced `constexpr` variables.