From c57d64105e7b3f3e73f9043ad355cbfad187a8cc Mon Sep 17 00:00:00 2001 From: Paul Tyng Date: Thu, 3 Sep 2020 15:47:57 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 877709f6..1dd238ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,11 @@ # 0.9.0 (Unreleased) +BREAKING + - `context.Context` added to `tfinstall.Find` to allow for cancellation, timeouts, etc [GH-51] + FEATURES - Add `ErrWorkspaceExists` for when workspaces with the same name already exist when calling `Terraform.WorkspaceNew` [GH-67] + - Added `tfinstall.GitRef` to support installation of Terraform from a git ref instead of by released version [GH-51] # 0.8.0 (August 29, 2020)