diff --git a/doc/source/api_changes.txt b/doc/source/api_changes.txt index 84625732..a8edfc3d 100644 --- a/doc/source/api_changes.txt +++ b/doc/source/api_changes.txt @@ -1,3 +1,8 @@ +Version 0.12 +------------ +- The functions ``blob_dog``, ``blob_log`` and ``blob_doh`` now return float + arrays instead of integer arrays. + Version 0.11 ------------ - The ``skimage.filter`` subpackage has been renamed to ``skimage.filters``.