Adapting the welcome page

Change-Id: I67c643d453b22a2bc38623fb0fe00756a4814fcd
diff --git a/org.eclipse.jubula.client.ua.welcome/whatsnew/html/whatsnew.html b/org.eclipse.jubula.client.ua.welcome/whatsnew/html/whatsnew.html
index b2effa6..09ee819 100644
--- a/org.eclipse.jubula.client.ua.welcome/whatsnew/html/whatsnew.html
+++ b/org.eclipse.jubula.client.ua.welcome/whatsnew/html/whatsnew.html
@@ -31,14 +31,11 @@
 
 			<p class="headline2">ITE updates</p>
 			<ul>
-				<li>Added the If-Then-Else node to have conditional test execution</li>
-				<li>Added loop nodes like the While-Do-node which are executing the same test
-				cases depending on a condition</li>
-				<li>Component names types are calculated differently</li>
-				<li>A timeout parameter has been added to most of the check actions which
-				lets you wait for a specific status</li>
-				<li>It is now possible to skip specific test steps if a parameter value
-				has the value ##jbskip##</li>
+				<li>Added the possibility to jump to a referenced data set from the Properties View</li>
+				<li>Double click on Test Case Editor nodes will now open the referenced place of the Test Case</li>
+				<li>Improved the replace Test Case operation which could be used on search results</li>
+				<li>It is now possible to Highlight the component in the Screenshot where the error occurred</li>
+				<li>TreeTable actions have been moved from the Toolkits(JavaFX and SWT) to the concrete unbound modules</li>
             <br>
 			<p class="maintxt">The list above is just an overview. For a more
 				complete guide to new features, read the release notes.</p>