From 7c39568b926740a1e7c6e444c050015acfb5e79a Mon Sep 17 00:00:00 2001 From: Nelson Tavares de Sousa <stu103017@mail.uni-kiel.de> Date: Thu, 18 Jun 2015 17:26:35 +0200 Subject: [PATCH] added another feature to the release notes --- src/changes/changes.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index abd5a6ab..23c5758a 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -12,12 +12,20 @@ chooses the correct type of pipe for all connections. </action> <action dev="ntd" type="add"> - Stages without any input port are automatically executed in a dedicated thread. + Stages without any input port are + automatically executed in a dedicated thread. </action> <action dev="ntd" type="fix" issue="93"> Introduced a new concept for composing stages. </action> + <action dev="ntd" type="add" issue="171"> + Configurations are now + built within an AnalysisContext which is passed on to nested + CompositeStages. + This removes any constraints on CompositeStages and + enables therefore multiple connections and multithreading. + </action> <action dev="ntd" type="remove"> Marked Pair class as deprecated. </action> -- GitLab