changeset 9830:6748616e2f8b

update NEWS
author Jaroslav Hajek <highegg@gmail.com>
date Wed, 18 Nov 2009 13:56:54 +0100
parents 8fd88cc36fa4
children 737624cb7560
files ChangeLog NEWS
diffstat 2 files changed, 7 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Nov 18 13:34:58 2009 +0100
+++ b/ChangeLog	Wed Nov 18 13:56:54 2009 +0100
@@ -1,3 +1,7 @@
+2009-11-18  Jaroslav Hajek  <highegg@gmail.com>
+
+	* NEWS: Update.
+
 2009-11-18  Jaroslav Hajek  <highegg@gmail.com>
 
 	* NEWS: Update.
--- a/NEWS	Wed Nov 18 13:34:58 2009 +0100
+++ b/NEWS	Wed Nov 18 13:56:54 2009 +0100
@@ -135,10 +135,10 @@
 
  ** The built-in "bsxfun" function now uses optimized code for certain cases where built-in
     operator handles are passed in. Namely, the optimizations concern the operators
-    plus, minus, times, ldivide, rdivide, and, or (for logical arrays), the relational
+    plus, minus, times, ldivide, rdivide, power, and, or (for logical arrays), the relational
     operators eq, ne, lt, le, gt, ge, and the functions min and max.
-    Optimizations only apply when both operands are of the same built-in class
-    (or one is single and the other is double).
+    Optimizations only apply when both operands are of the same built-in class. Mixed real/complex
+    and single/double operations will first convert both operands to a common type.
 
 Summary of important user-visible changes for version 3.2:
 ---------------------------------------------------------