Skip to content
Snippets Groups Projects
Commit 7ea36cef authored by Nelson Tavares de Sousa's avatar Nelson Tavares de Sousa
Browse files

updated changelog

parent 7b0d5a2e
No related branches found
No related tags found
No related merge requests found
...@@ -5,16 +5,49 @@ ...@@ -5,16 +5,49 @@
<title>Release Notes</title> <title>Release Notes</title>
</properties> </properties>
<body> <body>
<release version="Snapshot" date="Daily basis" <release version="2.0" date="30.09.2015"
description="Unstable preview of oncoming versions - 2.0-SNAPSHOT"> description="Camellia Release">
<action dev="ntd" type="update" issue="224">
Merged Stage into AbstractStage
</action>
<action dev="chw" type="update" issue="189">
Merger and Distributor strategies are moved to a seperate package
</action>
<action dev="ntd" type="remove" issue="217">
Removed InitializingSignal
</action>
<action dev="ntd" type="update" issue="185">
TerminatingExceptionListener is now the default listener
</action>
<action dev="chw" type="add" issue="207">
Added capacity to IPipe
</action>
<action dev="chw" type="add" issue="197">
Added the ability to add ports to a merger at runtime
</action>
<action dev="chw" type="add" issue="172">
Added the ability to add ports to a distributor at runtime
</action>
<action dev="chw" type="add" issue="183">
Threads can be added at runtime
</action>
<action dev="ntd" type="add" issue="33"> <action dev="ntd" type="add" issue="33">
TeeTime automatically TeeTime automatically
chooses the correct type of pipe for all connections. chooses the correct type of pipe for all connections.
</action> </action>
<action dev="ntd" type="add" issue="195">
Configurations can only be executed once
</action>
<action dev="ntd" type="add" issue="165">
Ports can be named for better debugging
</action>
<action dev="ntd" type="add"> <action dev="ntd" type="add">
Stages without any input port are Stages without any input port are
automatically executed in a dedicated thread. automatically executed in a dedicated thread.
</action> </action>
<action dev="ntd" type="update" issue="174">
Removed addThreadableStage and replaced it by AbstractStage.declareActive()
</action>
<action dev="ntd" type="fix" issue="93"> <action dev="ntd" type="fix" issue="93">
Introduced a new concept Introduced a new concept
for composing stages. for composing stages.
...@@ -38,6 +71,9 @@ ...@@ -38,6 +71,9 @@
<action dev="ntd" type="add" issue="122"> <action dev="ntd" type="add" issue="122">
Threads can be named for better debugging. Threads can be named for better debugging.
</action> </action>
<action dev="ntd" type="add" issue="170">
Exceptions within the initialization will now terminate the execution
</action>
<action dev="ntd" type="add" issue="211"> <action dev="ntd" type="add" issue="211">
Added Services. Added Services.
Any Execution can now be aborted. Any Execution can now be aborted.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment