From 61ed3b1970f065b09ed1abfc7dccd6b7b54cbb59 Mon Sep 17 00:00:00 2001
From: Paul McCarthy <pauldmccarthy@gmail.com>
Date: Tue, 16 Jan 2018 10:47:59 +0000
Subject: [PATCH] Changelog

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

diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index f66110eae..2b19967ab 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -2,6 +2,19 @@ This document contains the ``fslpy`` release history in reverse chronological
 order.
 
 
+1.6.0 (Under development)
+-------------------------
+
+
+* The :class:`.TriangleMesh` class now uses the ``trimesh`` library
+  (https://github.com/mikedh/trimesh) to perform ray-mesh intersections,
+  via a new :meth:`.TriangleMesh.rayIntersection` method.
+* Optional dependencies ``wxpython``, ``indexed_gzip``, ``trimesh``, and
+  ``rtree`` are now listed separately, so ``fslpy`` can be used without
+  them (although relevant functionality will be disabled).
+
+
+
 1.5.4 (Wednesday January 10th 2018)
 -----------------------------------
 
-- 
GitLab