CHANGELOG.md in vagrant-rackspace-0.1.8 vs CHANGELOG.md in vagrant-rackspace-0.1.9

- old
+ new

@@ -1,9 +1,20 @@ -# 0.1.8 (June 20, 2014) +# 0.1.9 (June 24, 2014) FEATURES: + - Support for userdata and drive config [GH-100] + + BUG FIXES: + + - Fixed the ability to specify strings and integers for flavors and images in VagrantFile +# 0.1.8 (June 20, 2014) + +FEATURES: + + - Use new synced folder support found in Vagrant 1.4+ if available [GH-104] + - Ability to set admin password [GH-105] [GH-107] IMPROVEMENTS: - Copy symlinks when syncing folders using older versions of vagrant [GH-89] - Update vagrant to allow users to specify non-standard images and flavors [GH-101]