From 797fd7bec0da1f8391a2bba2d9eed00d016fe5c5 Mon Sep 17 00:00:00 2001 From: jake bolewski Date: Tue, 14 Oct 2014 14:42:30 -0400 Subject: [PATCH] add NEWS entry --- NEWS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS.md b/NEWS.md index 4dce228bc54b1..63d5f01b82351 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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 ==========================