diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index acb35c33e3b7bbbf9ed76b621ae58d7edd4d2713..1f8fc2e70e36eeb8506fac36e19f30b747856ea6 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -12,6 +12,15 @@
 			<action dev="ntd" type="add" issue="247">
 				Configuration can now be executed from command line.
 			</action>
+			<action dev="ntd" type="add" issue="11">
+				Port connections can be validated before the execution of a configuration.
+			</action>
+			<action type="add" due-to="Christian Claus Wiechmann" issue="178">
+				Introduced the concept of a task farm.
+			</action>
+			<action type="add" due-to="Christian Claus Wiechmann" issue="162">
+				Enable monitoring of pipe instances.
+			</action>
 			<action dev="ntd" type="update">
 				Renamed AbstractCompositeStage to CompositeStage and made it non-abstract.
 			</action>
@@ -21,26 +30,23 @@
 			<action dev="ntd" type="update" issue="245">
 				Renamed Distributor strategies.
 			</action>
-			<action dev="ntd" type="remove" issue="232">
-				Removed IPipeFactory
-			</action>
 			<action dev="ntd" type="update" issue="222">
 				Method declareActive() was moved to the class Stage.
 			</action>
 			<action dev="ntd" type="update" issue="209">
 				Pipe classes were renamed.
 			</action>
-			<action dev="ntd" type="add" issue="11">
-				Port connections can be validated before the execution of a configuration.
-			</action>
 			<action dev="ntd" type="update" issue="260">
 				Reduced the visibility of AbstractStage.onSignal() to package private.
 			</action>
 			<action dev="ntd" type="update" issue="240">
 				Reduced the visibility of the class NotEnoughInputException to package private.
 			</action>
-			<action type="add" due-to="Christian Claus Wiechmann" issue="178">
-				Introduced the concept of a task farm.
+			<action type="update">
+				Various code quality improvements.
+			</action>
+			<action dev="ntd" type="remove" issue="232">
+				Removed IPipeFactory
 			</action>
 		</release>
 		<release version="2.0" date="30.09.2015" description="Camellia Release">