diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 099e014f5f5ee7f696f197ef31910fd0a543eb6c..d04bfae0b1cf918e04d4763573752ce34fa613e4 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>