Author: milamber
Date: Sun Sep 17 12:38:07 2017
New Revision: 1808626

URL: http://svn.apache.org/viewvc?rev=1808626&view=rev
Log:
Add missing <ul></ul> tags

Modified:
    jmeter/trunk/xdocs/changes.xml

Modified: jmeter/trunk/xdocs/changes.xml
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1808626&r1=1808625&r2=1808626&view=diff
==============================================================================
--- jmeter/trunk/xdocs/changes.xml [utf-8] (original)
+++ jmeter/trunk/xdocs/changes.xml [utf-8] Sun Sep 17 12:38:07 2017
@@ -84,13 +84,16 @@ Incorporated feed back about unclear doc
 <!-- =================== Incompatible changes =================== -->
 
 <ch_section>Incompatible changes</ch_section>
-
+<ul>
 <li>In InfluxDbBackendListenerClient, <code>statut</code> property has been 
renamed to <code>status</code></li>
 <li>In CookieManager, <code>DEFAULT_IMPLEMENTATION</code> and 
<code>DEFAULT_IMPLEMENTATION</code> constants are now private.
 <note>If you're using <code>ignorecookies</code> with HC3CookieHandler (&lt; 
JMeter 3.1)  configuration will be reset, ensure you put it back.</note></li>
 <li>JMeter will not truncate anymore by default responses exceeding 10 MB. If 
you want to enable this truncation, see property 
<code>httpsampler.max_bytes_to_store_per_request</code></li>
+</ul>
 <h3>Removed elements or functions</h3>
+<ul>
     <li><code>_StringFromFile</code> function has been dropped, use 
<code><funclink name="__StringFromFile"/></code> instead</li>
+</ul>
 <h3>Logging changes</h3>
 
 <!-- =================== Improvements =================== -->


Reply via email to