CHANGELOG.md in rails_config-0.3.4 vs CHANGELOG.md in rails_config-0.4.1

- old
+ new

@@ -1,4 +1,13 @@ +# 0.4.1 + +* fixed compatibility with Rails 4.1 ([#72](https://github.com/railsjedi/rails_config/issues/72)) +* testing suite verifies compatibility with Rails 3.2, 4.0 and 4.1 + +# 0.4.0 + +* compatibility with Heroku ([#64](https://github.com/railsjedi/rails_config/issues/64)) + # 0.3.4 * expose Settings in application.rb, so you don't have to duplicate configuration for each environment file ([#59](https://github.com/railsjedi/rails_config/issues/59)) -* change the on_load init callback to support Rails 4.1.0.rc +* adding support for Rails 4.1.0.rc ([#70](https://github.com/railsjedi/rails_config/issues/70)) \ No newline at end of file