Skip to content

Commit

Permalink
small NEWS update
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferC committed Jan 31, 2024
1 parent b042c02 commit b4ecf71
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ difference between defining a `main` function and executing the code directly at
* The `--compiled-modules` and `--pkgimages` flags can now be set to `existing`, which will
cause Julia to consider loading existing cache files, but not to create new ones ([#50586]
and [#52573]).
* The `-m/--module` flag can be passed to run the `@main` function inside a package with a set of arguments.
* The `-m/--module` flag can be passed to run the `main` function inside a package with a set of arguments.
This `main` function should be declared using `@main` to indicate that it is an entry point.

Multi-threading changes
-----------------------
Expand Down

0 comments on commit b4ecf71

Please sign in to comment.