Skip to content

Commit b51d785

Browse files
Add new operator to NEWS.md
1 parent 815a11c commit b51d785

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
@@ -5,6 +5,9 @@ New language features
55
---------------------
66

77
- New `Base.@acquire` macro for a non-closure version of `Base.acquire(f, s::Base.Semaphore)`, like `@lock`. ([#56845])
8+
- The character U+1F8B2 🢲 (RIGHTWARDS ARROW WITH LOWER HOOK), newly added by Unicode 16,
9+
is now a valid operator with arrow precedence, accessible as `\hookunderrightarrow` at the REPL.
10+
([JuliaLang/JuliaSyntax.jl#525], [#57143])
811

912
Language changes
1013
----------------

0 commit comments

Comments
 (0)