summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorbscan <10503608+bscan@users.noreply.github.com>2023-10-15 18:58:29 -0400
committerbscan <10503608+bscan@users.noreply.github.com>2023-10-15 18:58:29 -0400
commit61f6eaff97081c9307e0217b28a1bbe7f83456fb (patch)
tree318340a14dd1ef0a56d63f6b4662a87a4f93c442 /CHANGELOG.md
parent8a1d867ae65a691b907909648ea33c9ee1895aaf (diff)
downloadPerlNavigator-61f6eaff97081c9307e0217b28a1bbe7f83456fb.zip
Bumping version and filling out changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 54100fa..e69c30e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## 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)
+- Navigation improved by just-in-time parsing. Fixes off-by-one line errors and Moo attributes.
+- Foo::Bar->new(...)->func is now recognized as Foo::Bar->func()
+- Thank you to IAKOBVS for code reviews and pull requests with speed improvements, readability improvement, and bug fixes
+
## 0.7.1 2023-10-09
- Migrating browser version to new parser. Still not unified, but much closer.