From ec988579e26e312e9c7912debcd38c20bc9abfac Mon Sep 17 00:00:00 2001 From: Alan Liddell Date: Tue, 9 Jan 2024 10:22:25 -0500 Subject: [PATCH] Update changelog. --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index af5d636..06745a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +### Changed + +- `reserve_image_shape` is now called in `acquire_configure` rather than `acquire_start`. + +## 0.2.0 - 2024-01-05 + ### Added - Additional validation in `test-change-external-metadata`.