From 8da51bc582863aa6607aff66a930fe694cf8d0ed Mon Sep 17 00:00:00 2001 From: Paul Hinze Date: Mon, 1 Jun 2015 13:16:00 -0500 Subject: [PATCH] CHANGELOG: one more missing PR from me --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index be9f5767b..ad22ef1b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,7 @@ BUG FIXES: * provider/aws: Correctly handle AWS keypairs which no longer exist [GH-2032] * provider/aws: Fix issue with restoring an Instance from snapshot ID [GH-2120] + * provider/template: store relative path in the state [GH-2038] * provisioner/chef: fix interpolation in the Chef provisioner [GH-2168] * provisioner/remote-exec: Don't prepend shebang on scripts that already have one [GH-2041]