You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: NEWS.md
+1
Original file line number
Diff line number
Diff line change
@@ -153,6 +153,7 @@ New library features
153
153
154
154
Standard library changes
155
155
------------------------
156
+
* Empty ranges now compare equal, regardless of their startpoint and step ([#32348]).
156
157
* A 1-d `Zip` iterator (where `Base.IteratorSize` is `Base.HasShape{1}()`) with defined length of `n` has now also size of `(n,)` (instead of throwing an error with truncated iterators) ([#29927]).
157
158
* The `@timed` macro now returns a `NamedTuple` ([#34149])
158
159
* New `supertypes(T)` function returns a tuple of all supertypes of `T` ([#34419]).
0 commit comments