changeset 9552:ded32956d660

update NEWS
author Jaroslav Hajek <highegg@gmail.com>
date Fri, 21 Aug 2009 10:13:53 +0200
parents 19d298e6f7e5
children 0c72d9284087
files NEWS
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Fri Aug 21 08:18:16 2009 +0200
+++ b/NEWS	Fri Aug 21 10:13:53 2009 +0200
@@ -58,6 +58,8 @@
       matrix -= scalar
       matrix *= scalar
       matrix /= scalar
+      logical matrix |= logical matrix
+      logical matrix &= logical matrix
 
    where matrix and scalar belong to the same class. The left-hand side must be
    a simple variable reference.