diff --git a/docs/blog/version-5.0-release-notes.md b/docs/blog/version-5.0-release-notes.md index ae8c2d9a67..52e5f5a37a 100644 --- a/docs/blog/version-5.0-release-notes.md +++ b/docs/blog/version-5.0-release-notes.md @@ -82,7 +82,10 @@ Version 5.0 of [Foal](https://foalts.org/) is out! // ... } ``` - +- Log context are supported. +- When running a script, the script name as well as a script ID are added to the log context. +- At the end of script execution, as with an HTTP request, a log is printed to indicate whether the execution was successful or unsuccessful. +- Any error thrown in the `main` function is now logged with the framework logger. ## Removal of deprecated components