From 8b15eec4c341c836d7d5cf8584b42db4aeb28cce Mon Sep 17 00:00:00 2001 From: Nelson Tavares de Sousa <stu103017@mail.uni-kiel.de> Date: Mon, 22 Feb 2016 14:36:50 +0100 Subject: [PATCH] modded changes --- src/changes/changes.xml | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index acb35c33..1f8fc2e7 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -12,6 +12,15 @@ <action dev="ntd" type="add" issue="247"> Configuration can now be executed from command line. </action> + <action dev="ntd" type="add" issue="11"> + Port connections can be validated before the execution of a configuration. + </action> + <action type="add" due-to="Christian Claus Wiechmann" issue="178"> + Introduced the concept of a task farm. + </action> + <action type="add" due-to="Christian Claus Wiechmann" issue="162"> + Enable monitoring of pipe instances. + </action> <action dev="ntd" type="update"> Renamed AbstractCompositeStage to CompositeStage and made it non-abstract. </action> @@ -21,26 +30,23 @@ <action dev="ntd" type="update" issue="245"> Renamed Distributor strategies. </action> - <action dev="ntd" type="remove" issue="232"> - Removed IPipeFactory - </action> <action dev="ntd" type="update" issue="222"> Method declareActive() was moved to the class Stage. </action> <action dev="ntd" type="update" issue="209"> Pipe classes were renamed. </action> - <action dev="ntd" type="add" issue="11"> - Port connections can be validated before the execution of a configuration. - </action> <action dev="ntd" type="update" issue="260"> Reduced the visibility of AbstractStage.onSignal() to package private. </action> <action dev="ntd" type="update" issue="240"> Reduced the visibility of the class NotEnoughInputException to package private. </action> - <action type="add" due-to="Christian Claus Wiechmann" issue="178"> - Introduced the concept of a task farm. + <action type="update"> + Various code quality improvements. + </action> + <action dev="ntd" type="remove" issue="232"> + Removed IPipeFactory </action> </release> <release version="2.0" date="30.09.2015" description="Camellia Release"> -- GitLab