Author: pmouawad
Date: Sat Jan 20 10:45:18 2018
New Revision: 1821736

URL: http://svn.apache.org/viewvc?rev=1821736&view=rev
Log:

Continue filling "New and Noteworthy" section for release 4.0

Modified:
    jmeter/trunk/xdocs/changes.xml

Modified: jmeter/trunk/xdocs/changes.xml
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1821736&r1=1821735&r2=1821736&view=diff
==============================================================================
--- jmeter/trunk/xdocs/changes.xml [utf-8] (original)
+++ jmeter/trunk/xdocs/changes.xml [utf-8] Sat Jan 20 10:45:18 2018
@@ -62,19 +62,31 @@ Summary
 <!-- <figure width="846" height="613" 
image="changes/3.0/view_results_tree_search_feature.png"></figure> -->
 <ch_title>Core improvements</ch_title>
 <p>JMeter now supports JAVA 9.</p>
-<p>New Boundary Extractor element available which provides easy extraction 
with better performances</p>
-<p>New JSON Assertion element available to assert on JSON responses.</p>
-<p>New Precise Throughput Timer element available which produces poisson 
arrivals with given constant throughput.</p>
-<p>Better defaults are now selected on many Test Elements.</p>
-
-<ch_title>Report/Dashboard improvements</ch_title>
+<p>New <a 
href="usermanual/component_reference.html#Boundary_Extractor"><code>Boundary 
Extractor</code></a> element available which provides easy extraction with 
better performances</p>
+<p>New <a href="usermanual/component_reference.html#JSON_Assertion"><code>JSON 
Assertion</code></a> element available to assert on JSON responses.</p>
+<p>New <a 
href="usermanual/component_reference.html#Precise_Throughput_Timer"><code>Precise
 Throughput Timer</code></a> element available which produces poisson arrivals 
with given constant throughput.</p>
+<p>JMS Point-to-Point sampler has been enhanced with <code>read</code>, 
<code>browse</code>, <code>clear</code> options.</p>
+<p>Best property values are now selected on many Test Elements to ensure best 
practices are the defaults.</p>
+<p><a href="usermanual/component_reference.html#Loop_Controller"><code>Loop 
controller</code></a> and
+ <a 
href="usermanual/component_reference.html#ForEach_Controller"><code>ForEach 
Controller</code></a>
+ now expose their current iteration as a variable named <code>__jm__&lt;Name 
of your element&gt;__idx</code>., see <bugzilla>61802</bugzilla></p>
+<p>Cookies are now shown in View Results Tree during recording. They were 
previously always shown as empty.</p>
+<p><a 
href="usermanual/component_reference.html#Response_Assertion"><code>Response 
Assertion</code></a> now allows you to customize assertion message and assert 
on Request Data</p>
+<ch_title>UX improvements</ch_title>
+<p>JMeter now uses <a href="https://github.com/bulenkov/Darcula";>Darcula 
LAF</a> by default</p>
+<p>Workbench has been dropped from UI, you can now use Non Test Elements as 
immediate children of Test Plan</p>
+<p>Menu UX have been improved to make most used elements available more 
rapidly</p>
+<p>HTTP(S) Test Script Recorder now allows you to name your transactions while 
recording in a more human readable way</p>
+<p></p>
+<p>UX improvements made on Function Helper Dialog (The wizard that helps using 
and testing functions)</p>
 
 <ch_title>Functions</ch_title>
-<p>New Function <code>__digest</code> provides easy computing of SHA-XXX, MDX 
hashes</p>
-<p>New Function <code>__dateTimeConvert</code> provides easy conversion 
between date formats</p>
-<p>New Function <code>__changeCase</code> provides ability to play with 
cases</p>
-<p>New Functions <code>__isVarDefined</code> and <code>__isPropDefined</code> 
provide easier testing of properties and variables availability</p>
-<p>UX improvements made on Function Helper Dialog (The wizard that helps using 
and testing functions)</p>
+<p>New Function <a 
href="usermanual/functions.html#__digest"><code>__digest</code></a> provides 
easy computing of SHA-XXX, MDX hashes</p>
+<p>New Function <a 
href="usermanual/functions.html#__dateTimeConvert"><code>__dateTimeConvert</code></a>
 provides easy conversion between date formats</p>
+<p>New Function <a 
href="usermanual/functions.html#__changeCase"><code>__changeCase</code></a> 
provides ability to switch to Upper / Lower / Capitalized cases</p>
+<p>New Functions <a 
href="usermanual/functions.html#__isVarDefined"><code>__isVarDefined</code></a> 
+and <a 
href="usermanual/functions.html#__isPropDefined"><code>__isPropDefined</code></a>
 provide testing of properties and variables availability</p>
+
 
 <ch_title>Documentation improvements</ch_title>
 


Reply via email to