From 9904c601d7de5811671ea17037f533d9983dfe49 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 19 Aug 2014 12:44:26 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56934fe8c5..10369e7a14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,8 @@ IMPROVEMENTS: BUG FIXES: * core: Variables are validated to not contain interpolations. [GH-180] + * core: Key files for provisioning can now contain `~` and will be expanded + to the user's home directory. [GH-179] * providers/heroku: If you delete the `config_vars` block, config vars are properly nuked. * providers/heroku: Domains and drains are deleted before the app.