Skip to content

Commit 29aabf6

Browse files
committed
Update Changelog
1 parent 167c36a commit 29aabf6

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# History of changes
22

3+
## Version 1.9.0 (2019-07-23)
4+
5+
### New features
6+
7+
* Add the FORCE_QT_API environment variable to keep using the Qt
8+
bindings selected with the QT_API variable and avoid switching
9+
to the currently imported bindings. This allows to have
10+
applications that import PySide and PyQt bindings at the same
11+
time (which is possible if both bindings are compiled for the
12+
same Qt version).
13+
14+
### Issues Closed
15+
16+
* [Issue 195](https://github.com/spyder-ide/qtpy/issues/195) - Errors in the Qt3D modules with PySide2 5.12.4+ and Python 2 ([PR 196](https://github.com/spyder-ide/qtpy/pull/196))
17+
* [Issue 192](https://github.com/spyder-ide/qtpy/issues/192) - Binding Selection Logic ([PR 194](https://github.com/spyder-ide/qtpy/pull/194))
18+
19+
In this release 2 issues were closed.
20+
21+
### Pull Requests Merged
22+
23+
* [PR 196](https://github.com/spyder-ide/qtpy/pull/196) - PR: Don't load Qt3D modules for buggy versions of PySide2 ([195](https://github.com/spyder-ide/qtpy/issues/195))
24+
* [PR 194](https://github.com/spyder-ide/qtpy/pull/194) - PR: Add FORCE_QT_API environment variable ([192](https://github.com/spyder-ide/qtpy/issues/192))
25+
26+
In this release 2 pull requests were closed.
27+
28+
29+
----
30+
31+
332
## Version 1.8.0 (2019-06-12)
433

534
### New features

0 commit comments

Comments
 (0)