diff options
author | Prathamesh Sonpatki <csonpatki@gmail.com> | 2016-02-17 12:03:10 +0530 |
---|---|---|
committer | Prathamesh Sonpatki <csonpatki@gmail.com> | 2016-02-17 12:03:10 +0530 |
commit | e0b401feebb49498e71a1f066ede9f8f3b91ece8 (patch) | |
tree | 255ecc2a818d2ffff359498f94378b13f42f220e /guides | |
parent | bb4a85da1011fecf4da6fe5b7ed73d3ba9e2e7f3 (diff) | |
download | rails-e0b401feebb49498e71a1f066ede9f8f3b91ece8.tar.gz rails-e0b401feebb49498e71a1f066ede9f8f3b91ece8.tar.bz2 rails-e0b401feebb49498e71a1f066ede9f8f3b91ece8.zip |
Add Action Cable CHANGELOG in release notes [ci skip]
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/5_0_release_notes.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/guides/source/5_0_release_notes.md b/guides/source/5_0_release_notes.md index 5ae78eba04..d380ba8fce 100644 --- a/guides/source/5_0_release_notes.md +++ b/guides/source/5_0_release_notes.md @@ -768,6 +768,7 @@ framework it is. Kudos to all of them. [action-pack]: https://github.com/rails/rails/blob/5-0-stable/actionpack/CHANGELOG.md [action-view]: https://github.com/rails/rails/blob/5-0-stable/actionview/CHANGELOG.md [action-mailer]: https://github.com/rails/rails/blob/5-0-stable/actionmailer/CHANGELOG.md +[action-cable]: https://github.com/rails/rails/blob/5-0-stable/actioncable/CHANGELOG.md [active-record]: https://github.com/rails/rails/blob/5-0-stable/activerecord/CHANGELOG.md [active-model]: https://github.com/rails/rails/blob/5-0-stable/activemodel/CHANGELOG.md [active-support]: https://github.com/rails/rails/blob/5-0-stable/activesupport/CHANGELOG.md |