changeset 10323:ee93dbfba45b

update NEWS
author Jaroslav Hajek <highegg@gmail.com>
date Mon, 15 Feb 2010 08:40:28 +0100
parents 21551cc88061
children 7673850d6adf
files ChangeLog NEWS
diffstat 2 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Feb 15 07:13:12 2010 +0100
+++ b/ChangeLog	Mon Feb 15 08:40:28 2010 +0100
@@ -1,3 +1,7 @@
+2010-02-15  Jaroslav Hajek  <highegg@gmail.com>
+
+	* NEWS: Update.
+
 2010-02-10  Jaroslav Hajek  <highegg@gmail.com>
 
 	* NEWS: Update.
--- a/NEWS	Mon Feb 15 07:13:12 2010 +0100
+++ b/NEWS	Mon Feb 15 08:40:28 2010 +0100
@@ -88,6 +88,9 @@
  ** Overloading functions for built-in classes (double, int8, cell,
     etc.) is now compatible with Matlab.
 
+ ** Function handles can now be compared with the == and != operators,
+    as well as the `isequal' function.
+
  ** Performance of concatenation (using []) and the functions `cat',
     `horzcat', and `vertcat' has been improved for multidimensional
     arrays.