From 1b3ad7b6bde530007910e4b398ba1d113f9a026c Mon Sep 17 00:00:00 2001 From: Cody Baker <51133164+CodyCBakerPhD@users.noreply.github.com> Date: Wed, 7 Jun 2023 17:27:32 -0400 Subject: [PATCH] changelog v0.3.0 --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9525ef454..17e6a7a33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ -# v0.3.0 (Upcoming) +# (Upcoming) + + + +# v0.3.0 ### Back-compatibility break * `ExtractorInterface` classes now access their extractor with the classmethod `cls.get_extractor()` instead of the attribute `self.Extractor`. [PR #324](https://github.com/catalystneuro/neuroconv/pull/324)