diff --git a/xdocs/changes.xml b/xdocs/changes.xml index 22a19d9560..f967f07f21 100644 --- a/xdocs/changes.xml +++ b/xdocs/changes.xml @@ -160,7 +160,11 @@ Summary
  • 59918Ant generated HTML report is broken (extras folder)
  • 57493Create a documentation page for properties
  • 59924The log level of XXX package is set to DEBUG if log_level.XXXX property value contains spaces, same for __log function
  • -
  • 59777Extract slf4j binding into its own jar and make it a JMeter lib
  • +
  • 59777Extract SLF4J binding into its own jar and make it a JMeter lib. + If you get a warning about multiple SLF4J bindings on startup. Remove either the Apache JMeter provided binding + lib/ApacheJMeter_slf4j_logkit.jar, or all of the other reported bindings. + For more information you can have a look at SLF4Js own info page. +
  • 60085Remove cache for prepared statements, as it didn't work with the current JDBC pool implementation and current JDBC drivers should support caching of prepared statements themselves.
  • 60137In Distributed testing when using StrippedXXXX modes strip response also on error
  • 60106Settings defaults : Switch "jmeter.save.saveservice.connect_time" to true (after 3.0)