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 2022/04/12 16:32:40 UTC

[jmeter] 01/02: Add missing changelog entry for view hack

This is an automated email from the ASF dual-hosted git repository.

fschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git

commit 530e05559b61a4aa91e4790215143f169542915c
Author: Felix Schumacher <fe...@internetallee.de>
AuthorDate: Tue Apr 12 18:31:43 2022 +0200

    Add missing changelog entry for view hack
---
 xdocs/changes.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/xdocs/changes.xml b/xdocs/changes.xml
index d7adf9d2ca..7534a8d46b 100644
--- a/xdocs/changes.xml
+++ b/xdocs/changes.xml
@@ -131,6 +131,8 @@ however, the profile can't be updated while the test is running.
 <ul>
   <li><bug>64988</bug>Sort properties and variables in a human expected order for DebugPostProcessor and DebugSampler</li>
   <li><bug>63061</bug>Sort View Results in Table in a human expected order</li>
+  <li><pr>706</pr>Try to keep UI responsive when displaying large text results. Can be configured with the new property
+      <code>view.results.tree.simple_view_limit</code></li>
 </ul>
 
 <h3>Timers, Assertions, Config, Pre- &amp; Post-Processors</h3>