@@ -273,6 +273,9 @@ Currently, the `@compat` macro supports the following syntaxes:
273273
274274* ` unshift! ` and ` shift! ` are now ` pushfirst! ` and ` popfirst! ` ([ #25100 ] ).
275275
276+ * ` Base.IteratorSize ` and ` Base.IteratorEltype ` are available as
277+ ` Compat.IteratorSize ` and ` Compat.IteratorEltype ` ([ #25402 ] ).
278+
276279* ` copy! ` and ` unsafe_copy! ` are now ` copyto! ` and ` unsafe_copyto! ` ([ #24808 ] ).
277280
278281* ` ipermute! ` is now ` invpermute! ` ([ #25168 ] ).
@@ -428,13 +431,16 @@ includes this fix. Find the minimum version from there.
428431[ #24657 ] : https://github.com/JuliaLang/julia/issues/24657
429432[ #24714 ] : https://github.com/JuliaLang/julia/issues/24714
430433[ #24785 ] : https://github.com/JuliaLang/julia/issues/24785
434+ [ #24808 ] : https://github.com/JuliaLang/julia/issues/24808
431435[ #25012 ] : https://github.com/JuliaLang/julia/issues/25012
432436[ #25021 ] : https://github.com/JuliaLang/julia/issues/25021
433437[ #25056 ] : https://github.com/JuliaLang/julia/issues/25056
434438[ #25057 ] : https://github.com/JuliaLang/julia/issues/25057
435439[ #25100 ] : https://github.com/JuliaLang/julia/issues/25100
436440[ #25102 ] : https://github.com/JuliaLang/julia/issues/25102
441+ [ #25113 ] : https://github.com/JuliaLang/julia/issues/25113
437442[ #25162 ] : https://github.com/JuliaLang/julia/issues/25162
438443[ #25165 ] : https://github.com/JuliaLang/julia/issues/25165
439444[ #25168 ] : https://github.com/JuliaLang/julia/issues/25168
440- [ #25113 ] : https://github.com/JuliaLang/julia/issues/25113
445+ [ #25227 ] : https://github.com/JuliaLang/julia/issues/25227
446+ [ #25402 ] : https://github.com/JuliaLang/julia/issues/25402
0 commit comments