Skip to content

Commit f090da8

Browse files
doc: NEWS: single method for multiple functions (#59539)
1 parent 89c2a4e commit f090da8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

NEWS.md

Lines changed: 2 additions & 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
----------------
@@ -291,3 +292,4 @@ Tooling Improvements
291292
[#57109]: https://github.com/JuliaLang/julia/issues/57109
292293
[#57253]: https://github.com/JuliaLang/julia/issues/57253
293294
[#57727]: https://github.com/JuliaLang/julia/issues/57727
295+
[#58131]: https://github.com/JuliaLang/julia/issues/58131

0 commit comments

Comments
 (0)