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 974df2dCopy full SHA for 974df2d
NEWS.md
@@ -25,6 +25,9 @@ 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, accessible as `\hookunderrightarrow` at the REPL.
30
+ ([JuliaLang/JuliaSyntax.jl#525], [#57143])
31
32
Language changes
33
----------------
0 commit comments