Skip to content

Commit 039b3f9

Browse files
add news
1 parent 778585b commit 039b3f9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

NEWS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,9 @@ Standard library changes
138138
* `Profile.take_heap_snapshot` takes a new keyword argument, `redact_data::Bool`,
139139
that is `true` by default. When set, the contents of Julia objects are not emitted
140140
in the heap snapshot. This currently only applies to strings. ([#55326])
141+
* `Profile.print()` now colors Base/Core/Package modules similarly to how they are in stacktraces.
142+
Also paths, even if truncated, are now clickable in terminals that support URI links
143+
to take you to the specified `JULIA_EDITOR` for the given file & line number. ([#55335])
141144

142145
#### Random
143146

0 commit comments

Comments
 (0)