From e87b399a808c6220c2e5350809443ce6bd59d1b9 Mon Sep 17 00:00:00 2001 From: "Shah, Sandip P." <68666105+sandip-shah@users.noreply.github.com> Date: Fri, 6 Sep 2024 15:33:22 -0700 Subject: [PATCH] Update CHANGELOG.md Added notes for 0.8.0 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b279f5b..14af8a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.8.0] - 2024-09-06 + +Added the option to return raw data for read_slide, read_panorama, read_before_ablation_image, read_after_ablation_image functions. + +Fixed a bug where the reading of ablation image functions was returning an extra byte at the end of the DotNet Binary Serialization Record. + ## [0.7.0] - 2023-08-11 Implemented checks for overlapping raw data blocks in MCD file metadata [#6](https://github.com/BodenmillerGroup/readimc/issues/6)