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 1565e57 commit f97a278Copy full SHA for f97a278
NEWS.md
@@ -35,6 +35,9 @@ Language changes
35
expression within a given `:toplevel` expression to make use of macros
36
defined earlier in the same `:toplevel` expression. ([#53515])
37
38
+ - Macros in function-signature-position no longer require parentheses. E.g. `function @main(args) ... end` is now permitted,
39
+ whereas `function (@main)(args) ... end` was required in prior Julia versions.
40
+
41
Compiler/Runtime improvements
42
-----------------------------
43
0 commit comments