Skip to content

Commit 6669e28

Browse files
1 parent e84437b commit 6669e28

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
@@ -25,6 +25,8 @@ 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. ([JuliaLang/JuliaSyntax.jl#525])
2830

2931
Language changes
3032
----------------

0 commit comments

Comments
 (0)