Update CHANGELOG.md

Previously I added the new CIDR interpolation functions under the already-released 0.6.5 by mistake.
This commit is contained in:
Martin Atkins 2015-10-22 08:45:52 -07:00
parent e4e9c13c20
commit 5a704ec14d
1 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,9 @@
## 0.6.6 (Unreleased)
FEATURES:
* New interpolation functions: `cidrhost`, `cidrnetmask` and `cidrsubnet` [GH-3127]
IMPROVEMENTS:
* "forces new resource" now highlighted in plan output [GH-3136]
@ -11,7 +15,6 @@ FEATURES:
* **New resources: `aws_codeploy_app` and `aws_codeploy_deployment_group`** [GH-2783]
* New remote state backend: `etcd` [GH-3487]
* New interpolation functions: `upper` and `lower` [GH-3558]
* New interpolation functions: `cidrhost`, `cidrnetmask` and `cidrsubnet` [GH-3127]
BUG FIXES: