Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bscan committed Oct 22, 2023
1 parent 743a457 commit c783aaf
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit c783aaf

Please sign in to comment.