From b4ecf71b31fdd3b07fbe71c990d38fd403e041f9 Mon Sep 17 00:00:00 2001 From: Kristoffer Carlsson Date: Fri, 15 Dec 2023 15:20:23 +0100 Subject: [PATCH] small NEWS update --- NEWS.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 73109e12f9c05..dc9705c15774a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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 -----------------------