CHANGELOG.md in napa-0.4.3 vs CHANGELOG.md in napa-0.5.0

- old
+ new

@@ -1,6 +1,11 @@ master === +* [Support for Rails style Model Generation](https://github.com/bellycard/napa/pull/207) +* [Resolves issue #205 by adding hashie-forbidden_attributes gem to generated Gemfile](https://github.com/bellycard/napa/pull/206) +* [use RAILS_ENV if RACK_ENV not found](https://github.com/bellycard/napa/pull/200) +* [Support for creating and dropping databases on non-standard ports](https://github.com/bellycard/napa/pull/166) +* Added an rspec response helper `expect_error_code` for easier testing of API methods which are supposed to send back a JSON representation of an error 0.4.3 === * [Allow Napa::Authentication to receive multiple and accept multiple passwords](https://github.com/bellycard/napa/pull/190) * [rename to silence_thor](https://github.com/bellycard/napa/pull/189)