File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ Julia v1.12 Release Notes
44New 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.
You can’t perform that action at this time.
0 commit comments