From 9cd473ba30f432f494df7440cba7b583acb122f5 Mon Sep 17 00:00:00 2001 From: Erik O Gabrielsson Date: Tue, 19 Nov 2024 22:38:15 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad49ada..eccf5d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed + +- Default to placing the image at the middle of the slide if no `TotalPixelMatrixOriginSequence` is set when producing DICOM metadata . +- Use Unix epoch as default datetime when producing DICOM metadata. + +### Fixed + +- Parsing of native pixel data with padded lenght. +- Check for supported transfer syntax when DICOMWeb client returns an iterable of frames. +- Fix for order of transfer syntax to check. + ## [0.21.4] - 2024-10-30 ### Fixed