diff --git a/CHANGELOG.md b/CHANGELOG.md index 75415695a..cf205dd7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,19 @@ Main changes to this code/ project are 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). +## Clinica 0.6.0 + +### Changed +- [PET*] Use `trc`instead of `acq` for BIDS compliance +- [Converters] Remove supperfluous use of `acq` entity in filenames for BIDS compliance + +### Added +- [adni-to-bids] allow extraction of metadata from xml +- [CI] Initiate use of unit tests + +### Fixed +- [adni-to-bids] fix edge case for supporting `nan` session-ids + ## Clinica 0.5.6 ### Fixed