diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2016-02-01 19:57:31 -0200 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2016-02-01 19:57:50 -0200 |
commit | 60b040e362086fa11f86d35938d515145241174e (patch) | |
tree | 96744d4c7168d5fd4567e84a924ffbffe387283c /activerecord | |
parent | 49f6ce63f33b7817bcbd0cdf5f8881b63f40d9c9 (diff) | |
download | rails-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.md | 3 |
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 |