From 39f41562c24e285bb8073a9b22fbd5a5ce32ca30 Mon Sep 17 00:00:00 2001
From: Paul McCarthy <pauldmccarthy@gmail.com>
Date: Fri, 8 Feb 2019 14:28:19 +0000
Subject: [PATCH] DOC: Optimistic changelog

---
 CHANGELOG.rst | 19 +++++++++++++------
 1 file changed, 13 insertions(+), 6 deletions(-)

diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index ba122c57b..42815f289 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -27,19 +27,26 @@ Changed
   vertex data.
 
 
+Removed
+^^^^^^^
+
+* Many deprecated items removed.
+
+
+1.13.3 (Friday February 8th 2019)
+---------------------------------
+
+
 Fixed
 ^^^^^
 
+
+* Fixed an issue with the `.dicom.loadSeries` using memory-mapping for
+  image files that would subsequently be deleted.
 * Fixed an issue in the :class:`.GiftiMesh` class, where
   ``numpy``/``nibabel`` was returning read-only index arrays.
 
 
-Removed
-^^^^^^^
-
-* Many deprecated items removed.
-
-
 1.13.2 (Friday November 30th 2018)
 ----------------------------------
 
-- 
GitLab