From b33e46a568945fdc9a3362b817c38fcc41c83a61 Mon Sep 17 00:00:00 2001 From: Chris Bednarski Date: Tue, 2 Feb 2016 12:45:18 -0800 Subject: [PATCH] Remove resource constraint checking from the changelog --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d82ed1c83..0a43aa279 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,7 +33,6 @@ IMPROVEMENTS: for broader compatibility. [GH-2913] * core: `target_path` for builder downloads can now be specified. [GH-2600] * core: WinRM communicator now supports HTTPS protocol [GH-3061] - * core: Local linux builds will attempt to verify that sufficient resources are available prior to starting the build [GH-3096] * builder/amazon: Add support for `ebs_optimized` [GH-2806] * builder/amazon: You can now specify `0` for `spot_price` to switch to on demand instances [GH-2845]