From fd62a1d6cebf653b4b12e55ebea520f53531ab76 Mon Sep 17 00:00:00 2001 From: Parneet Sidhu <99793808+parneetsingh022@users.noreply.github.com> Date: Mon, 22 Dec 2025 16:08:48 -0800 Subject: [PATCH] Revise changelog for version 0.4.0 Updated changelog to mark version 0.4.0 as unreleased and added matrix support details. --- changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 1fa039b..36350e6 100644 --- a/changelog.md +++ b/changelog.md @@ -5,7 +5,7 @@ All notable changes to this project will be 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). -## [0.4.0] - 2025-12-22 +## [0.4.0] - [Unreleased] ### Added - **Matrix Support**: Added matrix proxy object and build-time validation to prevent usage of undefined matrix variables. ([#62])