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 c30199f commit 5ebc5b4Copy full SHA for 5ebc5b4
NEWS.md
@@ -6,7 +6,7 @@ New language features
6
7
- New `Base.@acquire` macro for a non-closure version of `Base.acquire(f, s::Base.Semaphore)`, like `@lock`. ([#56845])
8
- New `nth` function to access the `n`-th element of a generic iterable. ([#56580])
9
- - New `@__FUNCTION__` macro to refer to the innermost enclosing function. ([#58909])
+ - New `@__FUNCTION__` macro to refer to the innermost enclosing function. ([#58940])
10
- The character U+1F8B2 (RIGHTWARDS ARROW WITH LOWER HOOK), newly added by Unicode 16,
11
is now a valid operator with arrow precedence, accessible as `\hookunderrightarrow` at the REPL.
12
([JuliaLang/JuliaSyntax.jl#525], [#57143])
0 commit comments