Update CHANGELOG.md

This commit is contained in:
James Nugent 2016-03-21 14:53:03 +00:00
parent ba0b395450
commit d1b8f28e2b
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@ IMPROVEMENTS:
BUG FIXES:
* core: Color output is now shown correctly when running Terraform on Windows [GH-5718]
* core: HEREDOCs can now be indented in line with configuration using `<<-` and hanging indent is removed [GH-5740]
* core: Invalid HCL syntax of nested object blocks no longer causes a crash [GH-5740]
* core: Local directory-based modules now use junctions instead of symbolic links on Windows [GH-5739]
* core: Modules sourced from a Mercurial repository now work correctly on Windows [GH-5739]
* provider/aws: Fix crash when an `aws_rds_cluster_instance` is removed outside of Terraform [GH-5717]