Skip to content

Commit

Permalink
add NEWS entry
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebolewski committed Oct 14, 2014
1 parent 69d7058 commit 797fd7b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ Library improvements
* New `ordschur` and `ordschur!` functions for sorting a schur factorization by the eigenvalues.

* `deepcopy` recurses through immutable types and makes copies of their mutable fields ([#8560]).

* `@simd` now rejects invalid control flow (`@goto` / break / continue) in the inner loop body at compile time ([#8624]).

Julia v0.3.0 Release Notes
==========================
Expand Down

0 comments on commit 797fd7b

Please sign in to comment.