Skip to content

Commit 31f43f6

Browse files
committed
doc: HISTORY: single method for multiple functions
Needs manual backport to v1.12 NEWS. xref: * issue JuliaLang#54620 * PR JuliaLang#58131
1 parent d3cc67a commit 31f43f6

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
@@ -29,6 +29,7 @@ New language features
2929
* `Threads.@spawn` now takes a `:samepool` argument to specify the same threadpool as the caller.
3030
`Threads.@spawn :samepool foo()` which is shorthand for `Threads.@spawn Threads.threadpool() foo()` ([#57109]).
3131
* 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]).
32+
* A single method covering multiple functions is now allowed in more cases. See issue #54620. ([#58131]).
3233

3334
Language changes
3435
----------------

0 commit comments

Comments
 (0)