diff --git a/doc/dox/whatsnew.dox b/doc/dox/whatsnew.dox index 5142fbf3e6..7391c25736 100644 --- a/doc/dox/whatsnew.dox +++ b/doc/dox/whatsnew.dox @@ -22,7 +22,8 @@ Changes, compared to \ref page_whatsnew_V4_0_0 "v4.0.0" include:
  • CLEANUP (BREAKING) of library structure
  • NEW: Using precompiled headers in CMake-build to speed up build times
  • NEW/BREAKING: split jkqtcommon into basic tools and jkqtmath for advanced math tools not used by all libs
  • -
  • NEW: When using a MSVC compiler, the generated PDB files are installed to \c CMAKE_INSTALL_PREFIX/bin/
  • +
  • NEW: When using a MSVC compiler, the generated PDB files are installed to \c CMAKE_INSTALL_PREFIX/bin/
  • +
  • NEW: Added CMake option \c JKQtPlotter_BUILD_WITH_TIMING_INFO_OUTPUT, which activates several runtime-measurement guards of type JKQTPAutoOutputTimer (output via qDebug())
  • JKQTPlotter:
  • JKQTMathText: