diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f7124b6641a6c8b6613f3f6a10528f667e478f87..72abb9cbfdcfc31ee659aa903ec5756d8498d4a9 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -34,6 +34,8 @@ Fixed * Improved the algorithm used by the :func:`.mesh.needsFixing` function. * The :meth:`.fslmaths.run` method now accepts :attr:`.wrappers.LOAD` as an output specification. +* Fixed a bug in the :class:`.Mesh` class to prevent indices from being loaded + as floating point type. Deprecated