CHANGELOG.md in vagrant-berkshelf-1.4.0.dev1 vs CHANGELOG.md in vagrant-berkshelf-2.0.0.rc1

- old
+ new

@@ -1,21 +1,42 @@ +# 2.0.0 + +* Enhancements + * Support Vagrant 1.5.x + # 1.3.4 -- Fix undefined constant error when provisioning with Vagrant AWS +* Bug Fixes + * Fix undefined constant error when provisioning with Vagrant AWS + # 1.2.0 -- Rename to vagrant-berkshelf -- Trigger the plugin also on `vagrant reload` -- Check Vagrant version to see if it's supported -- cookbooks uploaded via chef_client will be forced and not frozen -- Fix bug with AWS provisioner -- Respect --no-provision flag +* Breaking Changes + * Rename to vagrant-berkshelf + +* Enhancements + * Trigger the plugin also on `vagrant reload` + * Check Vagrant version to see if it's supported + * cookbooks uploaded via chef_client will be forced and not frozen + * Respect --no-provision flag + +* Bug Fixes + * Fix bug with AWS provisioner + # 1.1.2 -- Support Vagrant 1.2 -- Plugin defaults to enabled, if Berksfile exists. +* Enhancements + * Support Vagrant 1.2 + * Plugin defaults to enabled, if Berksfile exists. + # 1.1.0 -- Plugin defaults to disabled. Set 'config.berkshelf.enabled = true' in Vagrant config +* Enhancements + * Plugin defaults to disabled. Set 'config.berkshelf.enabled = true' in Vagrant config + # 1.0.0 -- Separated Berkshelf Vagrant plugin into it's own gem (this one) -- Support Vagrant 1.1.x + +* Breaking Changes + * Separated Berkshelf Vagrant plugin into it's own gem (this one) + +* Enhancements + * Support Vagrant 1.1.x