From e5e046b45e0668ce6180c9d7ab85d23bd6a0c2e7 Mon Sep 17 00:00:00 2001 From: Paul Hinze Date: Mon, 29 Jun 2015 14:37:52 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 285e4d9ae..bd662c3be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -132,6 +132,7 @@ BUG FIXES: * provider/digitalocean: handle case where droplet is deleted outside of terraform [GH-2497] * provider/dme: No longer an error if record deleted manually [GH-2546] + * provider/docker: Fix issues when using containers with links [GH-2327] * provider/openstack: fix panic case if API returns nil network [GH-2448] * provider/template: fix issue causing "unknown variable" rendering errors when an existing set of template variables is changed [GH-2386]