From de73eb91a663cd93c37f47490cce3c84e9d183a2 Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauldmccarthy@gmail.com> Date: Wed, 24 Jan 2018 18:21:07 +0000 Subject: [PATCH] changelog --- CHANGELOG.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ada409a8b..4fff4e1b6 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. -- GitLab