From ecae826f82a14ee04ccfe786cc096a19cc4e9e5d Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 30 Jan 2017 12:54:22 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8190c9214..ae1277650 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,8 @@ IMPROVEMENTS: * command/init: previous behavior is retained, but init now also configures the new remote backends as well as downloads modules. It is the single command to initialize a new or existing Terraform configuration. + * provisioners: All provisioners now respond very quickly to interrupts for + fast cancellation. [GH-10934] ## 0.8.6 (unreleased)