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 815a11c commit b51d785Copy full SHA for b51d785
NEWS.md
@@ -5,6 +5,9 @@ New language features
5
---------------------
6
7
- 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])
11
12
Language changes
13
----------------
0 commit comments