From 7477a476852ea2cc67aa20a27acbe4f373d7d01a Mon Sep 17 00:00:00 2001 From: Kay Robbins <1189050+VisLab@users.noreply.github.com> Date: Tue, 20 Jun 2023 15:30:37 -0500 Subject: [PATCH] Updated the changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99f2d81ef..2d02b3de6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +Release 0.3.0 June 20, 2023 +- Introduction of partnered schema. +- Improved error handling for schema validation. +- Support of Inset tags. +- Support of curly brace notation in sidecars. +- Expanded remodeling functionality. +- Refactoring of models to rely on DataFrames. +- Expanded unit tests in conjunction with specification tests. + Release 0.2.0 February 14, 2023 - First release of the HED remodeling tools. - Reorganization of branches to reflect stages of development.