Skip to content

Commit 75f4c82

Browse files
committed
[changelog] Update changelog
1 parent 902382e commit 75f4c82

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Change log
44
1.3.1 - 20/06/2025
55
------------------
66

7+
- Add python:hideImports option to group the imports in a single target not to look them (enabled by default).
78
- Document tools:nm & tools:nmMaxSize.
89
- By default disable nm usage on profile python-only & python-default.
910
- Fix mistake which make the embeded google test installed with MALT.

src/libinstrum/common/tests/TestOptions.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ const char cstJson[] = "\
4343
\"stack\":\"enter-exit\",\n\
4444
\"obj\":true,\n\
4545
\"mem\":true,\n\
46-
\"raw\":true\n\
46+
\"raw\":true,\n\
47+
\"hideImports\":true\n\
4748
},\n\
4849
\"output\":{\n\
4950
\"callgrind\":false,\n\

0 commit comments

Comments
 (0)