Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
m0rkeulv committed Dec 31, 2023
1 parent b7c67a3 commit 45b3d36
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
* Added: intent for convert property to variable
* Added: intent for creating for loop from variables implementing iterator
* Improved type resolving for key-value loops
* Fixed incorrect keyword suggestions (KNEVER-> never, KTO -> to, KFROM -> from)
* Improvement: Reworked keyword completion
* Fixed: Incorrect keyword suggestions (KNEVER-> never, KTO -> to, KFROM -> from)
* Fixed: Type completion should now allow same name if type is in different package
* Fixed: callExpression annotator now checks for @:callable
* Misc NPE fixes.

## 1.4.20
Expand Down

0 comments on commit 45b3d36

Please sign in to comment.