CHANGELOG.md in pah-0.0.14 vs CHANGELOG.md in pah-0.0.15

- old
+ new

@@ -1,6 +1,29 @@ # Changelog +## 0.0.15 (unreleased) + +### features + +- Config bourbon, neat and bitters + +### improvements + +- Update email_spec to `1.6.0` +- Update rspec-rails to 3.0.1 +- Update rollbar to 0.13.1 +- Update VCR to 2.9.2 +- Remove extra CSS and HTML markup +- Future proof rollbar config for staging environments +- Update gem versions +- Move production/staging only gems to the correct group on Gemfile + + +### bug fixed + +- Fix the I18n problem (ref.: https://github.com/rails/rails/issues/13164#issuecomment-39744133) +- Error out when `heroku` commands fail to run during app's creation + ## 0.0.14 (May 30, 2014) ### improvements - Update rails version to `4.1.1`