From 7e163cfdef89663023f88e1d361fdce78bbf23d5 Mon Sep 17 00:00:00 2001 From: Nelson Tavares de Sousa <stu103017@mail.uni-kiel.de> Date: Thu, 30 Apr 2015 18:43:00 +0200 Subject: [PATCH] fixed changes.xml --- src/changes/changes.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 099e014f..d04bfae0 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -13,14 +13,14 @@ <action dev="ntd" type="add" issue="32"> New concept: exception handling incl. Wiki tutorial. </action> - <action due-to="nie" type="add" issue="107"> + <action due-to="Nils C. Ehmke" type="add" issue="107"> New concept: unit test framework for testing a single stage. </action> <action dev="chw" type="add"> New class: AbstractTransformation; Represents a stage with a single input and a single output port. </action> - <action dev="Nils C. Ehmke" type="add"> + <action dev="chw" type="add"> New class: AbstractFilter; Represents a stage with a single input and a single output port of the same type. </action> -- GitLab