File tree 2 files changed +12
-3
lines changed
2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
All notable changes to the "vscode-hex-pm-intellisense" extension will be documented in this file.
3
3
4
- Check [ Keep a Changelog] ( http://keepachangelog.com/ ) for recommendations on how to structure this file.
4
+ ## 0.2.0
5
+ - Improves detection of the ` deps ` block.
6
+ - Sorts suggestions in descending order.
5
7
6
- ## [ Unreleased]
7
- - Initial release
8
+ Thanks a lot @xmbhasin for contributing to this release.
9
+
10
+ ## 0.1.0
11
+ First version with IntelliSense for mix.exs files enabled.
Original file line number Diff line number Diff line change @@ -26,6 +26,11 @@ None - as for now.
26
26
27
27
## Release Notes
28
28
29
+ ### 0.2.0
30
+
31
+ - Improves detection of the ` deps ` block.
32
+ - Sorts suggestions in descending order.
33
+
29
34
### 0.1.0
30
35
31
36
First version with IntelliSense for mix.exs files enabled.
You can’t perform that action at this time.
0 commit comments