Skip to content

Commit 8c5952b

Browse files
Kenoaviatesk
andauthored
Add 1.12 NEWS entry on binding partition (#58297)
Will need to be manually backported since this is in NEWS.md on 1.12 rather than HISTORY. Closes #57596 --------- Co-authored-by: Shuhei Kadowaki <[email protected]>
1 parent f03df78 commit 8c5952b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

HISTORY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ New language features
66

77
* New option `--trim` creates smaller binaries by removing code that was not proven to be reachable from
88
entry points. Entry points can be marked using `Base.Experimental.entrypoint` ([#55047]).
9+
* Redefinition of constants is now well defined and follows world age semantics. Additional redefinitions (e.g. of structs) are now allowed. See [the new manual chapter on world age](https://docs.julialang.org/en/v1.13-dev/manual/worldage/).
910
* A new keyword argument `usings::Bool` has been added to `names`, returning all names visible
1011
via `using` ([#54609]).
1112
* The `@atomic` macro family now supports reference assignment syntax, e.g. `@atomic :monotonic v[3] += 4`,

0 commit comments

Comments
 (0)