From 6cca27a6e01d08592c331f1a3a331c1b62d8fcb0 Mon Sep 17 00:00:00 2001 From: ryanluker Date: Mon, 6 Aug 2018 16:37:41 -0700 Subject: [PATCH] update changelog --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ccc151..7bf1e95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +### 2.1.0 +[Github Milestone](https://github.com/ryanluker/vscode-coverage-gutters/milestone/16?closed=1) +## Features: +- php support via clover-json and xml files! #140 #141 + +## Under the hood: +- use relative path comparison instead of score based #148 #152 + +## Bugs: +- removed score based file matching which cleans up alot of issues #150 #137 + ### 2.0.1 [Github Milestone](https://github.com/ryanluker/vscode-coverage-gutters/milestone/16?closed=1) ## Under the hood: