Skip to content

Commit

Permalink
Added remark on change in NEWS.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
pkofod committed Mar 2, 2016
1 parent 5247a72 commit 0112057
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ Library improvements
* All `sparse` methods now retain provided numerical zeros as structural nonzeros; to
drop numerical zeros, use `dropzeros!` ([#14798],[#15242]).

* Concatenating dense and sparse matrices now returns a sparse matrix ([#15172]).

* New `foreach` function for calling a function on every element of a collection when
the results are not needed.

Expand Down Expand Up @@ -1791,4 +1793,6 @@ Too numerous to mention.
[#14469]: https://github.com/JuliaLang/julia/issues/14469
[#14759]: https://github.com/JuliaLang/julia/issues/14759
[#14798]: https://github.com/JuliaLang/julia/issues/14798
[#15172]: https://github.com/JuliaLang/julia/issues/15172
[#15192]: https://github.com/JuliaLang/julia/issues/15192
[#15242]: https://github.com/JuliaLang/julia/issues/15242

0 comments on commit 0112057

Please sign in to comment.