We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e84437b commit 6669e28Copy full SHA for 6669e28
NEWS.md
@@ -25,6 +25,8 @@ New language features
25
- Support for Unicode 16 ([#56925]).
26
- `Threads.@spawn` now takes a `:samepool` argument to specify the same threadpool as the caller.
27
`Threads.@spawn :samepool foo()` which is shorthand for `Threads.@spawn Threads.threadpool() foo()` ([#57109])
28
+- The character U+1F8B2 (RIGHTWARDS ARROW WITH LOWER HOOK), newly added by Unicode 16,
29
+ is now a valid operator with arrow precedence. ([JuliaLang/JuliaSyntax.jl#525])
30
31
Language changes
32
----------------
0 commit comments