diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 92ab300a15dfb94b4363c63bbe80241b0d867e15..2755004f8cac04daee021b9db0b171376657f59c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,25 @@ This document contains the ``fslpy`` release history in reverse chronological order. +1.7.1 (Monday March 12th 2018) +------------------------------ + + + +Changed +^^^^^^^ + + +* Adjusted :func:`.parseVersionString` so it accepts ``.dev*`` suffixes. + + +Fixed +^^^^^ + + +* Remobved deprecated use of :func:`.imagewrapper.canonicalShape`. + + 1.7.0 (Tuesday March 6th 2018) ------------------------------