You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -202,7 +202,7 @@ A major release `N` implies the previous release `N-1` will no longer receive up
202
202
203
203
## 0.11.0
204
204
205
-
* Fix type hints for the logging integration. Thansk Steven Dignam!
205
+
* Fix type hints for the logging integration. Thanks Steven Dignam!
206
206
* Fix an issue where scope/context data would leak in applications that use `gevent` with its threading monkeypatch. The fix is to avoid usage of contextvars in such environments. Thanks Ran Benita!
207
207
* Fix a reference cycle in the `ThreadingIntegration` that led to exceptions on interpreter shutdown. Thanks Guang Tian Li!
208
208
* Fix a series of bugs in the stdlib integration that broke usage of `subprocess`.
0 commit comments