diff options
author | bscan <10503608+bscan@users.noreply.github.com> | 2024-02-05 13:02:55 -0500 |
---|---|---|
committer | bscan <10503608+bscan@users.noreply.github.com> | 2024-02-05 13:02:55 -0500 |
commit | 362a3fd0f5739be309339c9b8cd8987707587cf2 (patch) | |
tree | 6445f4e8364ce2676f121590c85bdf413c216d76 | |
parent | af06faea0961d4cb447fc5920f5a662175b972b4 (diff) | |
download | PerlNavigator-362a3fd0f5739be309339c9b8cd8987707587cf2.zip |
Changelog updates
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d633c2f..5b270b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.8.1 2024-02-05 +- More vscode specific syntax highlighting fixes +- Allow disabling "perl -c" via settings. Now that more parsing is done in the node layer, the experience is still decent without "perl -c". + ## 0.8.0 2024-01-29 - Override base vscode textmate grammars for better syntax highlighting - Webpack extension for speed |