Skip to content

Commit d9634e4

Browse files
committed
removed double negative from trim news entry
1 parent 1de2eb9 commit d9634e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Julia v1.12 Release Notes
44
New language features
55
---------------------
66

7-
* New experimental option `--trim` that creates smaller binaries by removing code that can be proven to be _unreachable_ from
7+
* New experimental option `--trim` that creates smaller binaries by only including code that is statically reachable from the
88
entry points. Entry points can be marked using `Base.Experimental.entrypoint` ([#55047]). Not all
99
code is expected to work with this option, and since it is experimental you may encounter problems.
1010
* Redefinition of constants is now well defined and follows world age semantics ([#57253]). Additional redefinitions

0 commit comments

Comments
 (0)