CHANGELOG.md in vagrant-0.6.4 vs CHANGELOG.md in vagrant-0.6.5

- old
+ new

@@ -1,4 +1,16 @@ +## 0.6.5 (October 8, 2010) + + - Validations on base MAC address to avoid situation described in GH-166, GH-181 + from ever happening again. + - Properly load sub-VM configuration on first-pass of config loading. Solves + a LOT of problems with multi-VM. [GH-166] [GH-181] + - Configuration now only validates on final Vagrantfile proc, so multi-VM + validates correctly. + - A nice error message is given if ".vagrant" is a directory and therefore + can't be accessed. [GH-172] + - Fix plugin loading in a Rails 2.3.x project. [GH-176] + ## 0.6.4 (October 4, 2010) - Default VM name is now properly the parent folder of the working directory of the environment. - Added method to `TestHelpers` to assist with testing new downloaders.