diff --git a/NEWS.md b/NEWS.md index b6ffe8c872af5..1671dad1c5685 100644 --- a/NEWS.md +++ b/NEWS.md @@ -17,6 +17,7 @@ Compiler/Runtime improvements * All platforms can now use `@executable_path` within `jl_load_dynamic_library()`. This allows executable-relative paths to be embedded within executables on all platforms, not just MacOS, which the syntax is borrowed from. ([#35627]) +* Constant propogation now occurs through keyword arguments ([#35976]) Command-line option changes ---------------------------