From 7d57a3a7e172be7eac91286c766d4e4ecd6d16ff Mon Sep 17 00:00:00 2001 From: bhushankhope <53601863+bhushankhope@users.noreply.github.com> Date: Mon, 8 Aug 2022 14:59:04 -0400 Subject: [PATCH] Updated the CHANGELOG.md file (#16) * fixed alignment of data * updated changelog.md Co-authored-by: Bruce W. Herr II --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e98606e..c155a8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ Changelog for the ASCT+B Generator +## 1.1.1 - 2022-08-08 + +* Fixed alignment issues for the data with cell-independent features. +* Fixed alignment issues where the node is leaf and doesn't have any assigned cells or features. +* Fixed computing the depth of the anatomical structure. + ## 1.1.0 - 2022-06-25 * Added a feature to generate CSV files from TSV/CSV files.