From f6e3370d8d7e37cce9f32273289171191b0bf3a2 Mon Sep 17 00:00:00 2001 From: jim Date: Fri, 9 Oct 2015 18:41:36 -0500 Subject: [PATCH] Nicer highlighting --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e7f287..7607c2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ ## [1.1.2] - 2015-10-09 ### CHANGED -- Image objects now directly subclass Numpy arrays, so the data attribute is no longer needed. +- `Image` objects now directly subclass Numpy arrays, so the `data` attribute is no longer needed (and has been removed). - Refactored code to permit parsing of different versions of ND2s, which will allow us to add support for NIS Elements 3.x. ### DEPRECATED -- The image_sets iterator will be removed in the near future. You should implement this yourself. +- The `image_sets` iterator will be removed in the near future. You should implement this yourself. ## [1.1.1] - 2015-09-02 ### FIXED