Skip to content

Commit e8cf7a9

Browse files
authored
Add NEWS
1 parent 055be26 commit e8cf7a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ Compiler/Runtime improvements
3939
`@nospecialize`-d call sites and avoiding excessive compilation. ([#44512])
4040
* All the previous usages of `@pure`-macro in `Base` has been replaced with the preferred
4141
`Base.@assume_effects`-based annotations. ([#44776])
42+
* `invoke(f, invokesig, args...)` calls to a less-specific method than would normally be chosen
43+
for `f(args...)` are no longer spuriously invalidated when loading package precompile files. ([#46010])
4244

4345
Command-line option changes
4446
---------------------------

0 commit comments

Comments
 (0)