From 51e036825bfd5d047081ce4ed796cca2e9c275e1 Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauldmccarthy@gmail.com> Date: Fri, 12 Apr 2019 11:39:37 +0100 Subject: [PATCH] DOC: changelog --- CHANGELOG.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0347a5df3..387998738 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -14,6 +14,15 @@ Added Cottaar). +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. + + Fixed ^^^^^ -- GitLab