From bc8cfd312a50c918cb082f69a6bcdb47397474d2 Mon Sep 17 00:00:00 2001
From: Paul McCarthy <pauldmccarthy@gmail.com>
Date: Wed, 13 Dec 2017 18:43:41 +1030
Subject: [PATCH] Optimistic changelog

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

diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index b284d69a6..b39532515 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -2,14 +2,17 @@ This document contains the ``fslpy`` release history in reverse chronological
 order.
 
 
-1.5.0 (Under development)
--------------------------
+1.5.0 (Wednesday December 13th 2017)
+------------------------------------
 
 
 * New module :mod:`.dicom`, which provides a thin wrapper on top of Chris
   Rorden's `dcm2niix <https://github.com/rordenlab/dcm2niix>`_.
 * New module :mod:`.tempdir`, which has a convenience function for creating
   temporary directories.
+* Fixed small issue in :meth:`.Image.dtype` - making sure that it access
+  image data via the :class:`.ImageWrapper`, rather than via the `Nifti1Image`
+  object.
 
 
 1.4.2 (Tuesday December 5th 2017)
-- 
GitLab