Update CHANGELOG.md

This commit is contained in:
Paul Hinze 2016-01-19 18:29:46 -06:00
parent 7d10d454e2
commit 902096034c
1 changed files with 2 additions and 1 deletions

View File

@ -41,7 +41,8 @@ IMPROVEMENTS:
BUG FIXES:
* core: Fix handling of literals with escaped interpolations ($$) [GH-4747]
* core: Fix handling of literals with escaped interpolations `$${var}` [GH-4747]
* core: Fix diff mismatch when RequiresNew field and list both change [GH-4749]
* config: Detect a specific JSON edge case and show a helpful workaround [GH-4746]
* provider/openstack: Ensure valid Security Group Rule attribute combination [GH-4466]
* provider/openstack: Don't put fixed_ip in port creation request if not defined [GH-4617]