diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ada409a8b4bd212e6bdf36b0c4dde81bb9e1c118..4fff4e1b6ac670a6633a4628296d059e7602d7ec 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -19,8 +19,8 @@ order. * The :class:`.Nifti` and :class:`.Mesh` classes have new methods allowing arbitrary metadata to be stored with the image, as key-value pairs. These are provided by a new mixin class, :class:`.Meta`. -* Freesurer geometry files can now be loaded via the :class:`.FreesurferMesh` - class. +* Freesurer surface files and vertex data can now be loaded via the + :class:`.FreesurferMesh` class, in the new :mod:`.freesurfer` module. * Freesurfer ``mgz`` / ``mgh`` image files can now be loaded via the new :mod:`.mghimage` module. Internally, these image files are converted to NIFTI - the :class:`.MGHImage` class derives from the :class:`.Image` class.