summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorbscan <10503608+bscan@users.noreply.github.com>2023-10-22 15:35:22 -0400
committerbscan <10503608+bscan@users.noreply.github.com>2023-10-22 15:35:22 -0400
commitc783aaf931f5b4d8832bfbbb1e8d0cdd5c93f86b (patch)
treebed08bed4253fbb493a969bd8e493c7af8380d37 /CHANGELOG.md
parent743a457140da7b39adfca0a49df36f1211d00a12 (diff)
downloadPerlNavigator-c783aaf931f5b4d8832bfbbb1e8d0cdd5c93f86b.zip
Changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e69c30e..eb40658 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,15 @@
# Changelog
+## 0.7.5 2023-10-22
+- Documentation available on hover and autcompletion
+- Supress namespace::clean/autoclean which would clean symbol table before inspection
+- Foo::Bar->new->func works even if new doesn't have parens
+- Fix for parser not recognizing forward subroutine declarations (without body)
+- Pull requests from IAKOBVS focusing on speed improvements and readability
+
+## 0.7.3 and 0.7.4
+- Bug fixes related to signatures
+
## 0.7.2 2023-10-15
- Leveraging the new parser for variety of features:
- Subroutine signatures visible while typing, and on hover (includes support for methods, corinna, etc)