Skip to content

Commit bbcdc0f

Browse files
Change NEWS to 1.13 and move gcsafe note to HISTORY. (#57679)
I also added the PR number, which is not in the release-1.12 NEWS. Do those changes typically get backported?
1 parent 806cb2b commit bbcdc0f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

HISTORY.md

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ New language features
2525
* Support for Unicode 16 ([#56925]).
2626
* `Threads.@spawn` now takes a `:samepool` argument to specify the same threadpool as the caller.
2727
`Threads.@spawn :samepool foo()` which is shorthand for `Threads.@spawn Threads.threadpool() foo()` ([#57109]).
28+
* The `@ccall` macro can now take a `gc_safe` argument, that if set to true allows the runtime to run garbage collection concurrently to the `ccall` ([#49933]).
2829

2930
Language changes
3031
----------------

NEWS.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
Julia v1.12 Release Notes
1+
Julia v1.13 Release Notes
22
========================
33

44
New language features
55
---------------------
66

7-
* The `@ccall` macro can now take a `gc_safe` argument, that if set to true allows the runtime to run garbage collection concurrently to the `ccall`
8-
97
Language changes
108
----------------
119

0 commit comments

Comments
 (0)