diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a9102c536d131052e048e8ca04a498659cfcdcbb..4ad29971d0ad8acdce7eb7975cdac8e1479860ff 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