From 93296b5b37e497615dacd6de577fa537cc0db6c8 Mon Sep 17 00:00:00 2001 From: Nelson Tavares de Sousa <stu103017@mail.uni-kiel.de> Date: Thu, 30 Jul 2015 12:50:14 +0200 Subject: [PATCH] release notes --- src/changes/changes.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 5f4f3953..bf0a754e 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -23,7 +23,7 @@ Configurations are now built within the Configuration class. This removes any constraints on CompositeStages and - enables therefore multiple connections and multithreading. + enables therefore multiple connections and multithreading in such stages. </action> <action dev="ntd" type="update"> Renamed Analysis to Execution @@ -38,6 +38,10 @@ <action dev="ntd" type="add" issue="122"> Threads can be named for better debugging. </action> + <action dev="ntd" type="add" issue="211"> + Added Services. + Any Execution can now be aborted. + </action> </release> <release version="1.1.2" date="12.05.2015" description="Minor bugfixes for 1.1"> -- GitLab