diff options
author | Yves Senn <yves.senn@gmail.com> | 2014-12-03 19:27:13 +0100 |
---|---|---|
committer | Yves Senn <yves.senn@gmail.com> | 2014-12-03 19:27:13 +0100 |
commit | 3f78a57fd68e9288ecf44b4520ba1ae335ab6b98 (patch) | |
tree | b76c3054299a08c084c771d02b35ed403fcceafc | |
parent | 2ee8c9c5b7e177272ee1965ca7143f6a0d55a79d (diff) | |
download | rails-3f78a57fd68e9288ecf44b4520ba1ae335ab6b98.tar.gz rails-3f78a57fd68e9288ecf44b4520ba1ae335ab6b98.tar.bz2 rails-3f78a57fd68e9288ecf44b4520ba1ae335ab6b98.zip |
docs, add new changelog entries at the top :sweat: [ci skip] #17651
-rw-r--r-- | activerecord/CHANGELOG.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 857b48d6f1..d72712cd88 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,3 +1,8 @@ +* `add_timestamps` and `remove_timestamps` now properly reversible with + options. + + *Noam Gagliardi-Rabinovich* + * `ActiveRecord::ConnectionAdapters::ColumnDumper#column_spec` and `ActiveRecord::ConnectionAdapters::ColumnDumper#prepare_column_options` no longer have a `types` argument. They should access @@ -5,9 +10,4 @@ *Yves Senn* -* `add_timestamps` and `remove_timestamps` now properly reversible with - options. - - *Noam Gagliardi-Rabinovich* - Please check [4-1-stable](https://github.com/rails/rails/blob/4-1-stable/activerecord/CHANGELOG.md) for previous changes. |