Update CHANGELOG.md

This commit is contained in:
Mitchell Hashimoto 2016-10-28 19:32:19 -04:00 committed by GitHub
parent 0d921cf8e7
commit bccfcbd4bf
1 changed files with 4 additions and 0 deletions

View File

@ -34,6 +34,10 @@ FEATURES:
* **New DataSource:** `aws_prefix_list` [GH-9566]
* **New DataSource:** `aws_security_group` [GH-9604]
* **New DataSource:** `azurerm_client_config` [GH-9478]
* **New Interpolation Function:** `ceil` [GH-9692]
* **New Interpolation Function:** `floor` [GH-9692]
* **New Interpolation Function:** `min` [GH-9692]
* **New Interpolation Function:** `max` [GH-9692]
* **New Interpolation Function:** `title` [GH-9087]
* **New Interpolation Function:** `zipmap` [GH-9627]