Skip to content

Commit

Permalink
Remove duplicate NEWS entry (#30560)
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat authored and KristofferC committed Jan 2, 2019
1 parent ba87aa3 commit ecf9911
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ Standard library changes
* `merge(::NamedTuple, ::NamedTuple...)` can now be used with more than 2 `NamedTuple`s ([#29259]).
* New `ncodeunits(c::Char)` method as a fast equivalent to `ncodeunits(string(c))` ([#29153]).
* New `sort!(::AbstractArray; dims)` method that can sort the array along the `dims` dimension ([#28902]).
* `range` now accepts `stop` as a positional argument ([#28708]).
* `get(A::AbstractArray, (), default)` now returns `A[]` instead of an empty array ([#30270]).
* `parse(Bool, str)` is now supported ([#29997]).
* `copyto!(::AbstractMatrix, ::UniformScaling)` now supports rectangular matrices ([#28790]).
Expand Down

0 comments on commit ecf9911

Please sign in to comment.