# HG changeset patch # User Jaroslav Hajek # Date 1250842433 -7200 # Node ID ded32956d66070d6de10a8520035817b4f941e3b # Parent 19d298e6f7e5c421792b2cb7aa08a7efbbf0ce34 update NEWS diff --git a/NEWS b/NEWS --- a/NEWS +++ b/NEWS @@ -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.