From 03d49e8133bed3df4c190fc902cd474f84f1fa92 Mon Sep 17 00:00:00 2001 From: eduponz Date: Mon, 10 Jun 2024 15:12:55 +0200 Subject: [PATCH] Refs #21099: Add example to versions Signed-off-by: eduponz --- versions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/versions.md b/versions.md index 7505726fb33..f68b59645f2 100644 --- a/versions.md +++ b/versions.md @@ -41,6 +41,7 @@ Forthcoming * Refactor examples: * Hello world example with wait-sets and environment XML profiles. * Configuration example that condenses multiple QoS examples. Multiple configurations allowed through argument parsing. + * X-Types example with dynamic type discovery and Hello world example compatibility. * 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.