diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index abd5a6abdc4e2fab3e2a1231755abcee85a43e80..23c5758a7a62d1b93f768473b3066d374ba5c6a1 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -12,12 +12,20 @@
 				chooses the correct type of pipe for all connections.
 			</action>
 			<action dev="ntd" type="add">
-				Stages without any input port are automatically executed in a dedicated thread.
+				Stages without any input port are
+				automatically executed in a dedicated thread.
 			</action>
 			<action dev="ntd" type="fix" issue="93">
 				Introduced a new concept
 				for composing stages.
 			</action>
+			<action dev="ntd" type="add" issue="171">
+				Configurations are now
+				built within an AnalysisContext which is passed on to nested
+				CompositeStages.
+				This removes any constraints on CompositeStages and
+				enables therefore multiple connections and multithreading.
+			</action>
 			<action dev="ntd" type="remove">
 				Marked Pair class as deprecated.
 			</action>