CHANGELOG.md in secondbase-0.6.0 vs CHANGELOG.md in secondbase-1.0.0

- old
+ new

@@ -1,8 +1,20 @@ -# CHANGELOG -## 0.6 +# Change Log - * This version of the gem ONLY SUPPORTS Rails 3.x. For 2.x support, check out the branch 'rails_2_3' (or version .5 of the gem) - * patched has_and_belongs_to_many associations, for secondbase models, so that ActiveRecord understands that the join table is in the secondbase. - * patched ActiveRecord::TestFixtures so that transactional fixture support is respected for the SecondBase. - * reorganized monkey patches to make it easier to work in fixes for different versions of rails. \ No newline at end of file +Please follow the format set down in http://keepachangelog.com + + +## v1.0 + +Initial re-write supporting Rails 4.x. Please see README.md for full details. + + +## v0.6 + +Support for Rails 3.x. For 2.x support, check out the branch `rails_2_3` or version v0.5 of the gem. + +#### Fixed + + * The `has_and_belongs_to_many` associations, for SecondBase models. + * Patched `ActiveRecord::TestFixtures` so that transactional fixture support is respected for the SecondBase. + * Reorganized monkey patches to make it easier to work in fixes for different versions of Rails.