@@ -360,6 +360,10 @@ Currently, the `@compat` macro supports the following syntaxes:
360360
361361* ` indmin ` and ` indmax ` are now ` argmin ` and ` argmax ` , respectively ([ #25654 ] ).
362362
363+ * ` Compat.indexin ` accepts any iterable as first argument, returns ` nothing ` (rather than ` 0 ` )
364+ for entries with no match and gives the index of the first (rather than the last) match
365+ ([ #25662 ] , [ #25998 ] ).
366+
363367* ` isabstract ` and ` isleaftype ` are now ` isabstracttype ` and ` isconcretetype ` , respectively
364368 ([ #23666 ] , [ #25496 ] ).
365369
@@ -576,6 +580,7 @@ includes this fix. Find the minimum version from there.
576580[ #25646 ] : https://github.com/JuliaLang/julia/issues/25646
577581[ #25647 ] : https://github.com/JuliaLang/julia/issues/25647
578582[ #25654 ] : https://github.com/JuliaLang/julia/issues/25654
583+ [ #25662 ] : https://github.com/JuliaLang/julia/issues/25662
579584[ #25705 ] : https://github.com/JuliaLang/julia/issues/25705
580585[ #25706 ] : https://github.com/JuliaLang/julia/issues/25706
581586[ #25738 ] : https://github.com/JuliaLang/julia/issues/25738
@@ -585,6 +590,7 @@ includes this fix. Find the minimum version from there.
585590[ #25896 ] : https://github.com/JuliaLang/julia/issues/25896
586591[ #25959 ] : https://github.com/JuliaLang/julia/issues/25959
587592[ #25990 ] : https://github.com/JuliaLang/julia/issues/25990
593+ [ #25998 ] : https://github.com/JuliaLang/julia/issues/25998
588594[ #26069 ] : https://github.com/JuliaLang/julia/issues/26069
589595[ #26089 ] : https://github.com/JuliaLang/julia/issues/26089
590596[ #26149 ] : https://github.com/JuliaLang/julia/issues/26149
0 commit comments