Skip to content

Commit f97a278

Browse files
committed
Add NEWS
1 parent 1565e57 commit f97a278

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
@@ -35,6 +35,9 @@ Language changes
3535
expression within a given `:toplevel` expression to make use of macros
3636
defined earlier in the same `:toplevel` expression. ([#53515])
3737

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+
3841
Compiler/Runtime improvements
3942
-----------------------------
4043

0 commit comments

Comments
 (0)