From 429685bf22da03f938c141858df2a13119e6a8ee Mon Sep 17 00:00:00 2001 From: Andy Maloney Date: Mon, 22 Jan 2024 17:43:31 -0500 Subject: [PATCH] {doc} Update CHANGELOG --- CHANGELOG.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9c5208..57495d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,30 @@ 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/). +## 0.13.0 (in progress) + +Mostly internal changes to set up for future features & to sync up [gactar-vscode](https://github.com/asmaloney/gactar-vscode). + +### Added + +- Add new keyword `any` to allow matching a buffer with any chunk type ([#396](https://github.com/asmaloney/gactar/pull/396)) + + Example: + + ``` + match { retrieval [any] } + ``` + +- Allow ability to override ACT-R and CCL versions using an external file ([#395](https://github.com/asmaloney/gactar/pull/395)) + +### Changed + +- Keywords are now lexed based on the current section. Keywords like `name` in the module section may now be used as a chunk name for example. + +- Cleaned up Python support files & generated code. + +- Format all Python code using the [black](https://github.com/psf/black) formatter. + ## [0.12.0](https://github.com/asmaloney/gactar/releases/tag/v0.12.0) - 2023-08-27 ### Added