From bfbb49dd9360c91c2d4499a6c2b69637ebe16c6a Mon Sep 17 00:00:00 2001 From: jkriege2 Date: Fri, 2 Oct 2020 17:22:03 +0200 Subject: [PATCH] mentioned user:patstew --- doc/dox/whatsnew.dox | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/dox/whatsnew.dox b/doc/dox/whatsnew.dox index c9a113f461..686faeca70 100644 --- a/doc/dox/whatsnew.dox +++ b/doc/dox/whatsnew.dox @@ -20,6 +20,7 @@ Changes, compared to \ref page_whatsnew_V2019_11 "v2019.11" include:
  • fixed issue #41: Build error when JKQtPlotter_BUILD_INCLUDE_XITS_FONTS set to OFF , thanks to user:smistad
  • fixed issue #37: CMake installs things into $PREFIX/doc/*.txt , thanks to user:certik
  • fixed issue #45: Build error on mac jkqtfastplotter.cpp:342:28: Variable has incomplete type 'QPainterPath', thanks to user:abdedixit
  • +
  • merged PR #47: Some minor build fixes, thanks to user:patstew
  • renamed/breaking change: renamed JKQTPPlotObject->JKQTPGeometricPlotElement and added new base class JKQTPPlotAnnotationElement
  • renamed/breaking change: renamed JKQTPColorPaletteStyleAndToolsMixin::setPalette() -> JKQTPColorPaletteStyleAndToolsMixin::setColorPalette()
  • removed/breaking change: removed the usage of some deprecated functions and objects (e.g. QMatrix)