From 8316f5c4f0fdc113e9a5b295606f0f576d341ba6 Mon Sep 17 00:00:00 2001
From: Paul McCarthy <pauldmccarthy@gmail.com>
Date: Tue, 3 Sep 2019 13:09:32 +0100
Subject: [PATCH] DOC: Changelog

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

diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 124547fc2..a3b2141c3 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -11,6 +11,7 @@ Added
 
 
 * New :meth:`.Image.iscomplex` attribute.
+* Support for a new ``Statistic`` atlas type.
 
 
 Changed
@@ -21,6 +22,20 @@ Changed
   as a least-recently-used cache.
 * The :mod:`.filetree` module has been refactored to make it easier for the
   :mod:`.query` module to work with file tree hierarchies.
+* The :meth:`.LabelAtlas.get` method has a new ``binary`` flag, allowing
+  either a binary mask, or a mask with the original label value, to be
+  returned.
+
+
+Deprecated
+^^^^^^^^^^
+
+
+* :meth:`.ProbabilisticAtlas.proportions`,
+  :meth:`.ProbabilisticAtlas.maskProportions`, and
+  :meth:`.ProbabilisticAtlas.labelProportions` have been deprecated in favour
+  of :meth:`.StatisticAtlas.values`, :meth:`.StatisticAtlas.maskValues`, and
+  :meth:`.StatisticAtlas.labelValues`
 
 
 2.5.0 (Tuesday 6th August 2019)
-- 
GitLab