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)