From 7caff37cf040d0ba12967b41b0385548ce6a51bd Mon Sep 17 00:00:00 2001 From: auto Date: Wed, 28 Feb 2024 15:22:04 +0000 Subject: [PATCH] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e469cb35..84c24155 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# v1.1.0 (Wed Feb 28 2024) + +#### 🚀 Enhancement + +- Add support for a custom seqinfo to extract from DICOMs any additional metadata desired for a heuristic [#581](https://github.com/nipy/heudiconv/pull/581) ([@yarikoptic](https://github.com/yarikoptic) [@bpinsard](https://github.com/bpinsard)) +- codespell: ignore "build" folder which might be on the system [#581](https://github.com/nipy/heudiconv/pull/581) ([@yarikoptic](https://github.com/yarikoptic)) + +#### Authors: 2 + +- Basile ([@bpinsard](https://github.com/bpinsard)) +- Yaroslav Halchenko ([@yarikoptic](https://github.com/yarikoptic)) + +--- + # v1.0.2 (Mon Feb 26 2024) #### 🐛 Bug Fix