update changelog
This commit is contained in:
parent
9842577723
commit
84fda6a5ad
|
@ -11,6 +11,8 @@ BACKWARDS INCOMPATIBILITIES:
|
||||||
* JSON style maps `{ "foo": "bar" }` are no longer valid outside of JSON.
|
* JSON style maps `{ "foo": "bar" }` are no longer valid outside of JSON.
|
||||||
Maps must be in the format of `{ foo = "bar" }` (like other objects
|
Maps must be in the format of `{ foo = "bar" }` (like other objects
|
||||||
in the config)
|
in the config)
|
||||||
|
* Heroku apps now require (will not validate without) `region` and
|
||||||
|
`name` due to an upstream API change. [GH-239]
|
||||||
|
|
||||||
FEATURES:
|
FEATURES:
|
||||||
|
|
||||||
|
@ -54,6 +56,8 @@ BUG FIXES:
|
||||||
* providers/heroku: If you delete the `config_vars` block, config vars
|
* providers/heroku: If you delete the `config_vars` block, config vars
|
||||||
are properly nuked.
|
are properly nuked.
|
||||||
* providers/heroku: Domains and drains are deleted before the app.
|
* providers/heroku: Domains and drains are deleted before the app.
|
||||||
|
* providers/heroku: Moved from the client library bgentry/heroku-go to
|
||||||
|
cyberdelia/heroku-go [GH-239].
|
||||||
|
|
||||||
PLUGIN CHANGES:
|
PLUGIN CHANGES:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue