From bb8a123e266b74b5421b2e6df8fb520f5fcd2985 Mon Sep 17 00:00:00 2001 From: Florian Loitsch Date: Tue, 20 Feb 2024 13:28:29 +0100 Subject: [PATCH] Prepare for release. (#249) --- vscode/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vscode/CHANGELOG.md b/vscode/CHANGELOG.md index d595301..d313e0c 100644 --- a/vscode/CHANGELOG.md +++ b/vscode/CHANGELOG.md @@ -4,6 +4,10 @@ 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). +## [1.8.8] - 2024-02-20 +### Changed +- More syntax highlighting improvements. + ## [1.8.7] - 2024-02-15 ### Changed - Remove '-' as wordSeparator. This undoes part of the 1.8.3 release.