We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba87aa3 commit ecf9911Copy full SHA for ecf9911
NEWS.md
@@ -88,7 +88,6 @@ Standard library changes
88
* `merge(::NamedTuple, ::NamedTuple...)` can now be used with more than 2 `NamedTuple`s ([#29259]).
89
* New `ncodeunits(c::Char)` method as a fast equivalent to `ncodeunits(string(c))` ([#29153]).
90
* New `sort!(::AbstractArray; dims)` method that can sort the array along the `dims` dimension ([#28902]).
91
- * `range` now accepts `stop` as a positional argument ([#28708]).
92
* `get(A::AbstractArray, (), default)` now returns `A[]` instead of an empty array ([#30270]).
93
* `parse(Bool, str)` is now supported ([#29997]).
94
* `copyto!(::AbstractMatrix, ::UniformScaling)` now supports rectangular matrices ([#28790]).
0 commit comments