From 52181a1ae1cb39bd2e80880de121418a561b6e69 Mon Sep 17 00:00:00 2001 From: Jim Rybarski Date: Sun, 20 Dec 2015 09:50:04 -0600 Subject: [PATCH] remembered a fix to add to the changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d23032..1ddbf77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ - The version number is now available in the nd2reader module - Created a DOI to allow citation of the code +### FIXED +- Channel names were not always being parsed properly + ### REMOVED - The `ImageGroup` container object - The `data` attribute on Images. Images now inherit from ndarray, making this redundant