aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2014-12-03 19:27:13 +0100
committerYves Senn <yves.senn@gmail.com>2014-12-03 19:27:13 +0100
commit3f78a57fd68e9288ecf44b4520ba1ae335ab6b98 (patch)
treeb76c3054299a08c084c771d02b35ed403fcceafc /activerecord/CHANGELOG.md
parent2ee8c9c5b7e177272ee1965ca7143f6a0d55a79d (diff)
downloadrails-3f78a57fd68e9288ecf44b4520ba1ae335ab6b98.tar.gz
rails-3f78a57fd68e9288ecf44b4520ba1ae335ab6b98.tar.bz2
rails-3f78a57fd68e9288ecf44b4520ba1ae335ab6b98.zip
docs, add new changelog entries at the top :sweat: [ci skip] #17651
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md10
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.