changeset 11186:93f66ba3e3df octave-forge

image: adding bwfill fix to NEWS
author carandraug
date Sun, 28 Oct 2012 05:34:52 +0000
parents 19edd1e57842
children 4d4c82f654bb
files main/image/NEWS
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/main/image/NEWS	Sat Oct 27 17:27:27 2012 +0000
+++ b/main/image/NEWS	Sun Oct 28 05:34:52 2012 +0000
@@ -96,6 +96,8 @@
     values are equal, `mat2gray' will truncate all values between 0 and 1. See
     the help text (or source) for a detailed description of cautions.
 
+ ** `bwfill' was fixed to always returns a logical matrix.
+
  ** `imnoise' has been expanded to accept images of differente classes instead
     of only double and single.
 
@@ -103,6 +105,6 @@
 
  ** Package is now dependent on GNU Octave version 3.6.0 or later.
 
- ** Package is now dependent on the signal package version 1.2.0 or later..
+ ** Package is now dependent on the signal package version 1.2.0 or later.
 
  ** Package is no longer automatically loaded.