From 1cd0fe079860f7f680ea207f852112251c5c43eb Mon Sep 17 00:00:00 2001
From: Paul McCarthy <pauldmccarthy@gmail.com>
Date: Sat, 13 Apr 2019 20:10:16 +0100
Subject: [PATCH] DOC: changelog

---
 CHANGELOG.rst | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 2a39c518a..3c259ef29 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -2,8 +2,8 @@ This document contains the ``fslpy`` release history in reverse chronological
 order.
 
 
-2.1.0 (Friday April 12th 2019)
-------------------------------
+2.1.0 (Saturday April 13th 2019)
+--------------------------------
 
 
 Added
@@ -21,8 +21,8 @@ Changed
 
 
 * The :class:`.GiftiMesh` class no longer creates copies of the mesh
-  vertex/index arrays. This means that, with ``numpy>=1.16`` these arrays
-  will be flagged as read-only.
+  vertex/index arrays. This means that, these arrays will be flagged as
+  read-only.
 * The :class:`.Mesh` class handles vertex data sets requiring different
   triangle unwinding orders, at the cost of potentially having to store
   two copies of the mesh indices.
-- 
GitLab