Skip to content

Commit

Permalink
Add NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
Keno committed Jul 31, 2024
1 parent 1565e57 commit f97a278
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ Language changes
expression within a given `:toplevel` expression to make use of macros
defined earlier in the same `:toplevel` expression. ([#53515])

- Macros in function-signature-position no longer require parentheses. E.g. `function @main(args) ... end` is now permitted,
whereas `function (@main)(args) ... end` was required in prior Julia versions.

Compiler/Runtime improvements
-----------------------------

Expand Down

0 comments on commit f97a278

Please sign in to comment.