Skip to content

Commit bb234e2

Browse files
lassepembauman
andauthored
NEWS.md: clarify --trim (JuliaLang#56460)
Co-authored-by: Matt Bauman <[email protected]>
1 parent 6541d1b commit bb234e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

NEWS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Julia v1.12 Release Notes
44
New language features
55
---------------------
66

7-
- New option `--trim` for building "trimmed" binaries, where code not provably reachable from entry points
8-
is removed. Entry points can be marked using `Base.Experimental.entrypoint` ([#55047]).
7+
- New option `--trim` creates smaller binaries by removing code that was not proven to be reachable from
8+
the entry points. Entry points can be marked using `Base.Experimental.entrypoint` ([#55047]).
99
- A new keyword argument `usings::Bool` has been added to `names`. By using this, we can now
1010
find all the names available in module `A` by `names(A; all=true, imported=true, usings=true)`. ([#54609])
1111
- the `@atomic(...)` macro family supports now the reference assignment syntax, e.g.

0 commit comments

Comments
 (0)