Skip to content

Commit

Permalink
Added CHANGELOG.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
tesladethray committed Aug 10, 2015
1 parent 5c7cf49 commit 5dd1331
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
#Change Log
All notable changes to this project starting with the 0.6.0 release will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org)

##[0.6.0] - 2015-08-10
### Added
-`terminus cli console` (Instantiates a console within Terminus)
-`terminus site init-env` (Initializes new test or live environments on Pantheon)
-`terminus site merge-from-dev` (Merges master/dev environment into a multidev environment)
-`terminus site merge-to-dev` (Merges a multidev environment into master/dev)
-`terminus sites cache` (Lists sites in cache)
-`terminus sites mass-update` (Runs upstream updates on all dev sites)
-Element flag to `terminus site import` (Select specific element[s] to import)
-Behavior tests
-QA report tests
-Linter tools
-CHANGELOG.txt

### Fixed
-`terminus site import`
-`terminus site team list`
-Password display on login failure
-100x loop on workflow failure

### Changed
-Dashboard URL given by `terminus site dashboard` from https://dashboard.getpantheon.com/… to https://dashboard.pantheon.io/…
-`terminus sites create` to make org parameter optional
-Dependencies
-README

### Deprecated
-Flag --nocache

0 comments on commit 5dd1331

Please sign in to comment.