From 41ac122d348b8305812e164848007d9bf52e4667 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 12 Mar 2012 09:57:11 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 880567060..c4754b9e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## 1.0.1 (March 11, 2012) + - Installers are now bundled with Ruby 1.9.3p125. Previously they were + bundled with 1.9.3p0. This actually fixes some IO issues with Windows. + - Windows installer now outputs a `vagrant` binary that will work in msys + or Cygwin environments. - Fix crashing issue which manifested itself in multi-VM environments. - Add missing `rubygems` require in `environment.rb` to avoid possible load errors. [GH-781]