From 09bf792bd02a3a7d6603cf864754fcb50d2f4317 Mon Sep 17 00:00:00 2001
From: Nelson Tavares de Sousa <ntd@informatik.uni-kiel.de>
Date: Wed, 4 Feb 2015 16:24:44 +0100
Subject: [PATCH] added new feature to changes.xml

---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 9b01d7fc..fd9a159d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -14,6 +14,9 @@
 				Introduced new method (returns void) in Analysis, which starts the execution of the analysis.
 				Marked old method as deprecated.
 			</action>
+			<action dev="chw" type="update" issue="93">
+				Introduced abstract class for composite stages.
+			</action>
 
 		</release>
 		<release version="1.0" date="19.12.2014" description="Initial release">
-- 
GitLab