diff --git a/CHANGELOG.md b/CHANGELOG.md index c0c31f2b..89941e26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,6 @@ # Roadmap -- [X] Automate deploys through AppVeyor to create a CI channel -- [ ] Consolidate support sites - [ ] Create a demo video -- [X] Support R Features that have a checkmark are complete and available for download in the [CI build](http://vsixgallery.com/extension/4c82e17d-927e-42d2-8460-b473ac7df316/). @@ -11,6 +8,21 @@ Features that have a checkmark are complete and available for download in the [C These are the changes to each version that has been released on the official Visual Studio extension gallery. +## 10.0 + +**2016-04-02** + +- [x] Features + - [x] Add support for Visual Studio "15" Preview + - [x] Add support for R language + - [x] Automate deploys through AppVeyor to create a CI channel + - [x] Consolidate support sites + - [x] #235 - Extended support for CodeMaid integration into solution explorer context menus to cover scenarios like selecting items in separate projects + +- [x] Fixes + - [x] #231 - VB: Moving functions around in Spade wasn't moving XML comments + - [x] #239 - Reorganize was not disabling in the presence of #pragma statements + ## 0.9.1 **2016-03-16** diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index 82c6eeca..97e4c13f 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -1,6 +1,6 @@ ### Environment - Visual Studio version: [example 2015 Professional] -- CodeMaid version: [example 0.9.1] +- CodeMaid version: [example 10.0] - Code language: [example C#] ### Description @@ -16,4 +16,4 @@ Replace this text with a short description and code sample. Explain what it's doing and why it's wrong ### Expected behavior -Explain what it should be doing after it's fixed. +Explain what it should be doing after it's fixed. \ No newline at end of file