Skip to content

Commit b8bfed4

Browse files
committed
doc: Changelog for 0.7.0
1 parent cb1e2fa commit b8bfed4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
111
## 0.6.9
212

313
* Second attempt at fixing the bug that was supposed to be fixed in 0.6.8.

0 commit comments

Comments
 (0)