Skip to content

Commit 3992e4b

Browse files
committed
Updated changelog for v0.6.0
1 parent 06baddc commit 3992e4b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# PythonQwt Releases #
22

33

4+
### Version 0.6.0 ###
5+
- Ported changes from Qwt 6.1.2 to Qwt 6.1.5
6+
- `QwtPlotCanvas.setPaintAttribute`: fixed PyQt4 compatibility issue for BackingStore paint attribute
7+
- Fixed DataDemo.py test script (was crashing ; this closes #41)
8+
- `QwtPainterClass.drawBackground`: fixed obvious bug in untested code (this closes #51)
9+
- `qwtFillBackground`: fixed obvious bug in untested code (this closes #50)
10+
- `QwtPainterClass.fillPixmap`: fixed obvious bug in untested code (this closes #49)
11+
- `QwtStyleSheetRecorder`: fixed obvious bug in untested code (this closes #47, closes #48 and closes #52)
12+
- Added "plot without margins" test for Issue #35
13+
14+
415
### Version 0.5.5 ###
516

617
- `QwtScaleMap.invTransform_scalar`: avoid divide by 0

0 commit comments

Comments
 (0)