Commit 60bde41 1 parent e1a5838 commit 60bde41 Copy full SHA for 60bde41
File tree 2 files changed +14
-1
lines changed
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## v0.0.2
2
+
3
+ Released: 2022-09-10
4
+
5
+ - Fix wrong return of `` get_back_trace `` when at the outermost layer.
6
+ - Fix wrong `` end `` param of `` hook_add `` .
7
+ - Add `` user_data `` param for `` add_hook `` to customize params of callback.
8
+ - Support trace symbol calls by using `` trace_symbol_calls `` param.
9
+ - Rename `` trace_all_inst `` param of `` Infernum `` to `` trace_inst `` .
10
+ - Raise `` EmulatorCrashedException `` with prompt message when missing symbol is required.
11
+ - Add a default logger for `` Infernum `` .
12
+ - Add `` free `` function for `` Infernum `` .
13
+
1
14
## v0.0.1
2
15
3
16
Released: 2022-09-08
Original file line number Diff line number Diff line change 1
1
from .core import Infernum
2
2
3
- __version__ = "0.0.1 "
3
+ __version__ = "0.0.2 "
You can’t perform that action at this time.
0 commit comments