summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorbscan <10503608+bscan@users.noreply.github.com>2023-07-07 20:08:17 -0400
committerbscan <10503608+bscan@users.noreply.github.com>2023-07-07 20:08:17 -0400
commitecd8f6843f91fbb2f647bab817943e2df3df5dce (patch)
treefbb6e55dd6c2d0f657b1c68573f7090575c76c7a /CHANGELOG.md
parent9d7e02599d3b0a67ea9517305d0a1ae94799e0ae (diff)
downloadPerlNavigator-ecd8f6843f91fbb2f647bab817943e2df3df5dce.zip
Various fixes, detailed in changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 61cd441..38c966c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,21 @@
# Changelog
+## 0.5.8 2023-07-08
+- Better support for use feature 'class': improved navigation, syntax highlighting fixes, critic on :param, critic on :isa()
+- Fix "blinking" of diagnostics from multiple simulatenous runs
+- Navigate to main::foo style functions
+- Support for one configuration of AUTOLOAD function
+- Moo/Moose syntax highlighting bug
+
+
+## 0.5.8 2023-07-08
+- Allow logging from editors other than vscode
+
+
+## 0.5.5 2023-03-18
+- Get perlcritic working on Object::Pad and the new class feature;
+
+
## 0.5.1 2023-01-16
- Adding features to web extension: outline view, hover, completion, go-to definition (currently all within same file)