Update CHANGELOG.md for AWS EIP change (#6525)

* Update CHANGELOG.md noting the change in aws_eip field private_ip
This commit is contained in:
Clint 2016-05-06 15:49:06 -05:00
parent 99e0aec769
commit 10d3989585
1 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,10 @@
## 0.6.16 (Unreleased)
BACKWARDS INCOMPATIBILITIES / NOTES:
* provider/aws: `aws_eip` field `private_ip` is now a computed value, and cannot be set in your configuration.
Use `associate_with_private_ip` instead. See [GH-6521]
FEATURES:
* **New provider:** `librato` [GH-3371]