From e8cf7a9b8760296a50b62dda42e16b525b2b09d9 Mon Sep 17 00:00:00 2001 From: Tim Holy Date: Thu, 14 Jul 2022 08:48:02 -0500 Subject: [PATCH] Add NEWS --- NEWS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS.md b/NEWS.md index 57d729aa44257..90469a7b268fb 100644 --- a/NEWS.md +++ b/NEWS.md @@ -39,6 +39,8 @@ Compiler/Runtime improvements `@nospecialize`-d call sites and avoiding excessive compilation. ([#44512]) * All the previous usages of `@pure`-macro in `Base` has been replaced with the preferred `Base.@assume_effects`-based annotations. ([#44776]) +* `invoke(f, invokesig, args...)` calls to a less-specific method than would normally be chosen + for `f(args...)` are no longer spuriously invalidated when loading package precompile files. ([#46010]) Command-line option changes ---------------------------