Skip to content

Commit

Permalink
Updated CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreRaybaut committed Oct 21, 2023
1 parent 9cb3a14 commit 4e13f9f
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,21 @@

## Version 0.10.6

- Handled all occurences of deprecated ``QWidget.getContentsMargins`` method.
- Qt6 support:
- Handled all occurences of deprecated ``QWidget.getContentsMargins`` method.
- Removed references to NonCosmeticDefaultPen
- Fixed `QApplication.desktop` `AttributeError`
- Fixed `QPrinter.HighResolution` `AttributeError` on Linux
- Fixed `QPrinter.setColorMode` `AttributeError` on PyQt6/Linux
- Fixed `QPrinter.setOrientation` deprecation issue
- Fixed `QPrinter.setPaperSize` deprecation issue
- Improved unit tests:
- Ensure that tests are entirely executed before quitting (in unattended mode)
- Added more tests on `qwt.symbols`
- Added tests on `qwt.plot_renderer`
- `qwt.plot_renderer`: fixed resolution type
- `qwt.symbols`: fixed `QPointF` type mismatch
- Removed CHM help file generation (obsolete)

## Version 0.10.5

Expand Down

0 comments on commit 4e13f9f

Please sign in to comment.