Skip to content

Commit bcd14ea

Browse files
committed
Update changelog.
1 parent e9eb65d commit bcd14ea

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

CHANGELOG.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
Changelog
33
=========
44

5+
6+
3.3.3 (2021-05-04)
7+
------------------
8+
9+
* Fixed tracer still being active for other threads after it was stopped.
10+
11+
Python unfortunatelly only allows removing the trace function for the current thread -
12+
now :obj:`~hunter.tracer.Tracer` will uninstall itself if it's marked as stopped.
13+
14+
This fixes bogus errors that appear when using ``ipdb`` with
15+
the :class:`hunter.actions.Debugger` action while thread support is enabled (the default).
16+
517
3.3.2 (2021-03-25)
618
------------------
719

0 commit comments

Comments
 (0)