You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by fs...@apache.org on 2017/07/23 10:04:28 UTC

svn commit: r1802720 - /jmeter/trunk/xdocs/changes.xml

Author: fschumacher
Date: Sun Jul 23 10:04:27 2017
New Revision: 1802720

URL: http://svn.apache.org/viewvc?rev=1802720&view=rev
Log:
Filled in the summary of current improvements/changes.

Modified:
    jmeter/trunk/xdocs/changes.xml

Modified: jmeter/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1802720&r1=1802719&r2=1802720&view=diff
==============================================================================
--- jmeter/trunk/xdocs/changes.xml [utf-8] (original)
+++ jmeter/trunk/xdocs/changes.xml [utf-8] Sun Jul 23 10:04:27 2017
@@ -63,14 +63,20 @@ Summary
 <!-- <figure width="846" height="613" image="changes/3.0/view_results_tree_search_feature.png"></figure> -->
 
 <ch_section>IMPORTANT CHANGES</ch_section>
+HTTP Sampler now supports Brotli compression. A long standing bug that occured when more than one TableEditor were used, was eventually tackled. The constant <code>DEFAULT_IMPLEMENTATION</code> was removed from CookieManager, as it lost it purpose with the removal of the alternate HTTP Client implementation in the last release 
+
 
 <ch_title>Core improvements</ch_title>
+Continued to improve the quality of our code.
 
 <ch_title>UX improvements</ch_title>
+More work has been done to better support HiDPI. Some bugs, that crept in with the work on lowering the memory usage of View Results Tree, where fixed.
 
 <ch_title>Report/Dashboard improvements</ch_title>
+Various small fixes to improve robustness.
 
 <ch_title>Documentation improvements</ch_title>
+Incorporated feed back about unclear documentation.
 
 <!-- =================== Incompatible changes =================== -->