From 1886a9415bbce8b97f9824ff2dfdee83b7455ccf Mon Sep 17 00:00:00 2001
From: Paul McCarthy <pauldmccarthy@gmail.com>
Date: Tue, 24 Mar 2020 16:04:55 +0000
Subject: [PATCH] DOC: changelog

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

diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index a9102c536..4ad29971d 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -15,6 +15,8 @@ Added
 * New ``firstDot`` option to the :func:`.path.getExt`,
   :func:`.path.removeExt`, and :func:`.path.splitExt`, functions, offering
   rudimentary support for double-barrelled filenames.
+* The :func:`.nonlinear.applyDeformation` function now accepts a ``premat``
+  affine, which is applied to the input image before the deformation field.
 
 
 Changed
-- 
GitLab