From 1954080cca415b975ec15dbf6eeb9e65ae6e071b Mon Sep 17 00:00:00 2001 From: tempate Date: Fri, 26 Apr 2024 12:46:02 +0200 Subject: [PATCH] Documentation Signed-off-by: tempate --- docs/rst/notes/forthcoming_version.rst | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/rst/notes/forthcoming_version.rst b/docs/rst/notes/forthcoming_version.rst index 676dcc54c..cc3b83c69 100644 --- a/docs/rst/notes/forthcoming_version.rst +++ b/docs/rst/notes/forthcoming_version.rst @@ -5,3 +5,20 @@ ################### Forthcoming Version ################### + +This release includes the following **Recording features**: + +* :ref:`Resource Limits `. + +This release includes the following **DDS Recorder tool configuration features**: + +* New yaml validation to log configuration errors. + +This release includes the following **DDS Replayer tool configuration features**: + +* New yaml validation to log configuration errors. + +This release includes the following **DDS Recorder & Replay internal adjustments**: + +* Avoid parsing configuration files twice on start-up. +* Ensure resources are freed up properly when an error occurs.