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 /activesupport | |
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 'activesupport')
-rw-r--r-- | activesupport/CHANGELOG.md | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index d20617a194..a35214bbe1 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -1,8 +1,5 @@ ## Rails 5.0.0.beta2 (February 01, 2016) ## -* No changes. - - * Change number_to_currency behavior for checking negativity. Used `to_f.negative` instead of using `to_f.phase` for checking negativity |