8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb1e2fa commit b8bfed4Copy full SHA for b8bfed4
CHANGES.md
@@ -1,3 +1,13 @@
1
+## 0.7.0
2
+
3
+* Properly display chained exceptions (PEP-3134).
4
+* Rewrite celery integration to monkeypatch instead of using signals due to
5
+ bugs in Celery 3's signal handling. The Celery scope is also now available in
6
+ prerun and postrun signals.
7
+* Fix Tornado integration to work with Tornado 6.
8
+* Do not evaluate Django `QuerySet` when trying to capture local variables.
9
+ Also an internal hook was added to overwrite `repr` for local vars.
10
11
## 0.6.9
12
13
* Second attempt at fixing the bug that was supposed to be fixed in 0.6.8.
0 commit comments