From fe83896e34b40e93141165411a214c29454ef345 Mon Sep 17 00:00:00 2001 From: nevada_scout Date: Fri, 28 Oct 2016 20:04:21 +0100 Subject: [PATCH] Added "what's new" section to readme --- client/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/client/README.md b/client/README.md index 1c69717..835128d 100644 --- a/client/README.md +++ b/client/README.md @@ -16,6 +16,15 @@ Follow [@HvyIndustries](https://twitter.com/HvyIndustries) on Twitter for update For the best development experience, make sure you have the PHP linter enabled in your user settings, and set it to run `onType` instead of `onSave`! +--- + +## What's new in v0.2.2 (latest release) + +- Ability to ignore files/folders for parsing (workaround for parser crashing issue) +- Added "what's new" section to readme to highlight new features/bug fixes + +--- + ## Current Features - Code-completion _(in progress, not quite 100% complete yet)_