Added improved JSON errors to changelog

This commit is contained in:
Chris Bednarski 2016-02-10 21:52:51 -08:00
parent 2a46f4001c
commit 21db3152bb
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ IMPROVEMENTS:
for broader compatibility. [GH-2913] for broader compatibility. [GH-2913]
* core: `target_path` for builder downloads can now be specified. [GH-2600] * core: `target_path` for builder downloads can now be specified. [GH-2600]
* core: WinRM communicator now supports HTTPS protocol [GH-3061] * 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: Add support for `ebs_optimized` [GH-2806]
* builder/amazon: You can now specify `0` for `spot_price` to switch to on * builder/amazon: You can now specify `0` for `spot_price` to switch to on
demand instances [GH-2845] demand instances [GH-2845]