From 45fb5d40b64d8213976b27d930898c709ec8d975 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sun, 28 Jul 2013 20:52:17 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dd5893a6..4ef76bc7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ BUG FIXES: - Use `--color=false` for no color in Puppet to support older versions properly. [GH-2000] - Make sure the hostname configuration is a string. [GH-1999] + - cURL downloads now contain a user agent which fixes some + issues with downloading Vagrant through proxies. [GH-2003] ## 1.2.6 (July 26, 2013)