Update CHANGELOG

This commit is contained in:
Chris Roberts 2017-04-20 16:07:49 -07:00
parent c963532d6e
commit c935aeca93
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ BUG FIXES:
- command/up: Prevent other provider installation when explicitly defined [GH-8393, GH-8389]
- communicators/ssh: Do not yield empty output data [GH-8495, GH-8259]
- core: Provide fallback and retry when 0.0.0.0 is unavailable during port check [GH-8399, GH-8395]
- core: Support port checker methods that do not expect inclusion of host_ip [GH-8497, GH-8423]
- core/bundler: Check if source is local path and prevent addition to remote sources [GH-8401]
- core/ui: Prevent deadlock detection errors [GH-8414, GH-8125]
- guests/debian: Remove hardcoded device name in interface template [GH-8336, GH-7960]