From a36474892d9ce6cf5b436d37b3226ee7402677b6 Mon Sep 17 00:00:00 2001 From: Joseph Abbey Date: Sat, 5 Nov 2022 21:45:55 +0000 Subject: [PATCH] Update CHANGELOG.md --- scratch-vhdl-vscode/CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/scratch-vhdl-vscode/CHANGELOG.md b/scratch-vhdl-vscode/CHANGELOG.md index f2f4c2e..b664207 100644 --- a/scratch-vhdl-vscode/CHANGELOG.md +++ b/scratch-vhdl-vscode/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +- Help messages for blocks + +### Changed + +- Styling of table editor modals + ## [0.1.0] - *2022-11-05* ### Added @@ -14,7 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - [Changelog](https://github.com/house-of-abbey/scratch_vhdl/blob/main/scratch-vhdl-vscode/CHANGELOG.md) - Github community standards. - Entity templates -- table editor for ports, signals, constants and aliases. +- Table editor for ports, signals, constants and aliases. ## [0.0.8] - *2022-11-01*