From fefeaed1d1c9d1649a22176174e9fda97e9526ce Mon Sep 17 00:00:00 2001 From: Andy Maloney Date: Mon, 13 Jun 2022 09:58:19 -0400 Subject: [PATCH] {doc} Update CHANGELOG --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a21e9e5b..ff630f90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,12 @@ 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.8.0] - (in progress) +## [0.8.0](https://github.com/asmaloney/gactar/releases/tag/v0.8.0) - 2022-06-13 ### Added - Added a new statement to the amod language: **stop**. ([#170](https://github.com/asmaloney/gactar/pull/170)) +- Web UI now highlights any errors in the code editor. ([#197](https://github.com/asmaloney/gactar/pull/197)) ### Changed