From 0954ffafe0db0f65bdf81369eba6e8a222774e06 2013-03-29 21:54:22 From: MinRK Date: 2013-03-29 21:54:22 Subject: [PATCH] note latest backports --- diff --git a/docs/source/whatsnew/version0.13.txt b/docs/source/whatsnew/version0.13.txt index 2001922..eefad12 100644 --- a/docs/source/whatsnew/version0.13.txt +++ b/docs/source/whatsnew/version0.13.txt @@ -9,8 +9,9 @@ Release 0.13.2 Most notable fixes are related to compatibility with Qt and Wx GUIs. -The following 48 Pull Requests were backported to 0.13.2: +The following 50 Pull Requests were backported to 0.13.2: +* :ghpull:`2244`: fix css typo * :ghpull:`2399`: IndentationError display * :ghpull:`2503`: Fix traceback handling of SyntaxErrors without line numbers. * :ghpull:`2500`: Add `encoding` attribute to `OutStream` class. @@ -59,7 +60,7 @@ The following 48 Pull Requests were backported to 0.13.2: * :ghpull:`2831`: avoid string version comparisons in external.qt * :ghpull:`3013`: py3 workaround for reload in cythonmagic * :ghpull:`3008`: fix cython module so extension for multiarched python - +* :ghpull:`3097`: PyQt 4.10: use self._document = self.document() Release 0.13.1