Skip to content

Commit 974df2d

Browse files
Add new operator to NEWS.md
1 parent e84437b commit 974df2d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

NEWS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ 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 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])
2831

2932
Language changes
3033
----------------

0 commit comments

Comments
 (0)