-
Notifications
You must be signed in to change notification settings - Fork 196
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
tesladethray
committed
Aug 10, 2015
1 parent
5c7cf49
commit 5dd1331
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |