From dedeae3dd11b23e17b6f5305bc63ae6019e356a3 Mon Sep 17 00:00:00 2001
From: Paul McCarthy <pauldmccarthy@gmail.com>
Date: Wed, 29 Jan 2020 11:28:30 +0000
Subject: [PATCH] DOC: changelog

---
 CHANGELOG.rst | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 51fa80ef9..8c2c78621 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -15,6 +15,8 @@ Added
   header with adjusted shape, pixdims, and affine. This can be useful for
   creating a resampling reference.
 * New :func:`.affine.rescale` function, for adjusting a scaling matrix.
+* New :func:`.mghimage.voxToSurfMat` function, for creating a
+  voxel-to-freesurfer affine transform from any image.
 
 
 Changed
@@ -37,6 +39,8 @@ Fixed
 * Fixed a bug in the :class:`.Mesh` class to prevent indices from being loaded
   as floating point type.
 * Fixed a bug in the :func:`.resample` function.
+* Fixed a bug in the :class:`.MGHImage` class, which was causing pixdims to
+  be overridden by scales derived from the affine.
 
 
 Deprecated
-- 
GitLab