diff --git a/CHANGELOG.md b/CHANGELOG.md index f3fa707..b82d613 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,11 @@ # Change Log All notable changes to the "vscode-hex-pm-intellisense" extension will be documented in this file. -Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. +## 0.2.0 +- Improves detection of the `deps` block. +- Sorts suggestions in descending order. -## [Unreleased] -- Initial release \ No newline at end of file +Thanks a lot @xmbhasin for contributing to this release. + +## 0.1.0 +First version with IntelliSense for mix.exs files enabled. diff --git a/README.md b/README.md index 625668f..cf950a1 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,11 @@ None - as for now. ## Release Notes +### 0.2.0 + +- Improves detection of the `deps` block. +- Sorts suggestions in descending order. + ### 0.1.0 First version with IntelliSense for mix.exs files enabled.