From bc14b1ea8cd3b1fe36be9286d21a8ce03d403c4f Mon Sep 17 00:00:00 2001 From: Ashwin Shenoy Date: Wed, 12 May 2021 16:22:32 +0530 Subject: [PATCH] Update the change log. This commit updates the change log to explain the features & bug fixes in v1.0.4 --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85e6aab..7f092c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,4 +29,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Updated numeric literals to having the `meta.number` scopes. - Fixed scoping for the `endif` & `endfor` tags -- Removed the non needed settings file. \ No newline at end of file +- Removed the non needed settings file. + +## [1.0.4] - 2021-05-12 +### Fixed +- Cleaned up the syntax definition a bit and added more tests. +- Ternary operators not highlighting. +- More specific language constant scopes. +- Quoted string escapes not highlighting. +- Better scoping of builtin tests. + +### Added +- Additional keybindings for interpolation & to come out of empty statements/expression blocks.