Skip to content

Commit

Permalink
Add rotate! and reflect! in NEWS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Mar 26, 2020
1 parent 0f59d4e commit 11dc95b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ Standard library changes
* `lq` factorizations can now be used to compute the minimum-norm solution to under-determined systems ([#34350]).
* The BLAS submodule now supports the level-2 BLAS subroutine `spmv!` ([#34320]).
* The BLAS submodule now supports the level-1 BLAS subroutine `rot!` ([#35124]).
* New generic `rotate!(x, y, c, s)` and `reflect!(x, y, c, s)` functions ([#35124]).

#### Markdown

Expand Down

0 comments on commit 11dc95b

Please sign in to comment.