Skip to content

Commit 5dd1331

Browse files
author
tesladethray
committed
Added CHANGELOG.txt
1 parent 5c7cf49 commit 5dd1331

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

CHANGELOG.txt

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
#Change Log
2+
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)
3+
4+
##[0.6.0] - 2015-08-10
5+
### Added
6+
-`terminus cli console` (Instantiates a console within Terminus)
7+
-`terminus site init-env` (Initializes new test or live environments on Pantheon)
8+
-`terminus site merge-from-dev` (Merges master/dev environment into a multidev environment)
9+
-`terminus site merge-to-dev` (Merges a multidev environment into master/dev)
10+
-`terminus sites cache` (Lists sites in cache)
11+
-`terminus sites mass-update` (Runs upstream updates on all dev sites)
12+
-Element flag to `terminus site import` (Select specific element[s] to import)
13+
-Behavior tests
14+
-QA report tests
15+
-Linter tools
16+
-CHANGELOG.txt
17+
18+
### Fixed
19+
-`terminus site import`
20+
-`terminus site team list`
21+
-Password display on login failure
22+
-100x loop on workflow failure
23+
24+
### Changed
25+
-Dashboard URL given by `terminus site dashboard` from https://dashboard.getpantheon.com/… to https://dashboard.pantheon.io/…
26+
-`terminus sites create` to make org parameter optional
27+
-Dependencies
28+
-README
29+
30+
### Deprecated
31+
-Flag --nocache

0 commit comments

Comments
 (0)