From 1cf2a8db4ccbe853699ee363b3d1b010873b9c1a Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Wed, 6 May 2015 14:07:27 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60e3a8e16..10f22d3b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,8 @@ BUG FIXES: - core: remove executable permissions on internal file [GH-5220] - core: check name and version in `has_plugin?` [GH-5218] - core/cli: fix box checksum validation [GH-4665, GH-5221] + - core/windows: allow Windows UNC paths to allow more than 256 + characters [GH-4815] - communicators/winrm: improve error handling significantly and improve the error messages shown to be more human-friendly. [GH-4943] - hosts/nfs: allow colons (`:`) in NFS IDs [GH-5222]