Skip to content

Commit 4e13f9f

Browse files
committed
Updated CHANGELOG
1 parent 9cb3a14 commit 4e13f9f

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,21 @@
22

33
## Version 0.10.6
44

5-
- Handled all occurences of deprecated ``QWidget.getContentsMargins`` method.
5+
- Qt6 support:
6+
- Handled all occurences of deprecated ``QWidget.getContentsMargins`` method.
7+
- Removed references to NonCosmeticDefaultPen
8+
- Fixed `QApplication.desktop` `AttributeError`
9+
- Fixed `QPrinter.HighResolution` `AttributeError` on Linux
10+
- Fixed `QPrinter.setColorMode` `AttributeError` on PyQt6/Linux
11+
- Fixed `QPrinter.setOrientation` deprecation issue
12+
- Fixed `QPrinter.setPaperSize` deprecation issue
13+
- Improved unit tests:
14+
- Ensure that tests are entirely executed before quitting (in unattended mode)
15+
- Added more tests on `qwt.symbols`
16+
- Added tests on `qwt.plot_renderer`
17+
- `qwt.plot_renderer`: fixed resolution type
18+
- `qwt.symbols`: fixed `QPointF` type mismatch
19+
- Removed CHM help file generation (obsolete)
620

721
## Version 0.10.5
822

0 commit comments

Comments
 (0)