aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2016-02-01 19:57:31 -0200
committerRafael Mendonça França <rafaelmfranca@gmail.com>2016-02-01 19:57:50 -0200
commit60b040e362086fa11f86d35938d515145241174e (patch)
tree96744d4c7168d5fd4567e84a924ffbffe387283c /activerecord
parent49f6ce63f33b7817bcbd0cdf5f8881b63f40d9c9 (diff)
downloadrails-60b040e362086fa11f86d35938d515145241174e.tar.gz
rails-60b040e362086fa11f86d35938d515145241174e.tar.bz2
rails-60b040e362086fa11f86d35938d515145241174e.zip
Add some Action Cable CHANGELOG entries
And improve changelongs. [ci skip]
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/CHANGELOG.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 63a7dd4968..3b67c6f495 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,8 +1,5 @@
## Rails 5.0.0.beta2 (February 01, 2016) ##
-* No changes.
-
-
* `ActiveRecord::Relation#reverse_order` throws `ActiveRecord::IrreversibleOrderError`
when the order can not be reversed using current trivial algorithm.
Also raises the same error when `#reverse_order` is called on