From e602198d6ff8a7db571d2cd81728ed6c8bf23bfe Mon Sep 17 00:00:00 2001 From: Benjamin von Polheim Date: Sun, 8 Apr 2018 07:57:11 +1200 Subject: [PATCH] Updates README and CHANGELOG --- CHANGELOG.md | 10 +++++++--- README.md | 5 +++++ 2 files changed, 12 insertions(+), 3 deletions(-) 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.