changeset 9595:dbd0c0f82480

update NEWS
author Jaroslav Hajek <highegg@gmail.com>
date Tue, 01 Sep 2009 10:44:39 +0200
parents 01004c3cde2c
children f26229391ea1
files ChangeLog NEWS
diffstat 2 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Sep 01 08:42:08 2009 +0200
+++ b/ChangeLog	Tue Sep 01 10:44:39 2009 +0200
@@ -1,3 +1,7 @@
+2009-09-01  Jaroslav Hajek  <highegg@gmail.com>
+
+	* NEWS: Update.
+
 2009-08-30  Jaroslav Hajek  <highegg@gmail.com>
 
 	* NEWS: Update.
--- a/NEWS	Tue Sep 01 08:42:08 2009 +0200
+++ b/NEWS	Tue Sep 01 10:44:39 2009 +0200
@@ -74,6 +74,13 @@
     the pairs [abs(z), arg(z)]. Previously, only real parts were compared; this can be
     trivially achieved by wrapping the operands in real().
 
+ ** As a side effect of code refactoring in liboctave, the binary logical operations
+    are now more easily amenable to compiler optimizations and are thus significantly
+    faster.
+
+ ** Octave now allows user-defined subsasgn methods to optimize out redundant copies.
+    For more information, see the manual.
+
 Summary of important user-visible changes for version 3.2:
 ---------------------------------------------------------