From 21db3152bb828506a04cf8eee534e8ebbc1cfead Mon Sep 17 00:00:00 2001 From: Chris Bednarski Date: Wed, 10 Feb 2016 21:52:51 -0800 Subject: [PATCH] Added improved JSON errors to changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ac717510..f3158fab7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,7 @@ 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: Template syntax errors now show line, column, offset [GH-3180] * 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]