Skip to content

Commit

Permalink
Update to v10.0 label.
Browse files Browse the repository at this point in the history
  • Loading branch information
codecadwallader committed Apr 2, 2016
1 parent 0c9c26d commit 6a8bb9a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
18 changes: 15 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,28 @@
# 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/).

# Changelog

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**
Expand Down
4 changes: 2 additions & 2 deletions ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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.

0 comments on commit 6a8bb9a

Please sign in to comment.