diff NEWS @ 8405:d79dfbff2f9d

document new norm features in NEWS
author Jaroslav Hajek <highegg@gmail.com>
date Mon, 15 Dec 2008 08:12:50 +0100
parents b65c75203cef
children 654bcfb937bf
line wrap: on
line diff
--- a/NEWS	Sat Dec 13 20:08:30 2008 +0100
+++ b/NEWS	Mon Dec 15 08:12:50 2008 +0100
@@ -46,6 +46,9 @@
     with Matlab's fsolve function.
     Additionally, fsolve is now able to solve overdetermined systems.
 
+ ** The norm function is now able to compute row or column norms of a matrix
+    in a single call, as well as general matrix p-norms.
+
  ** Object Oriented Programming
 
     Octave now includes OOP features and the user can create their