Add CHANGELOG entries for npm package renames [ci skip]

This commit is contained in:
Javan Makhmali 2019-01-28 06:29:26 -05:00
parent 1d26c86b86
commit e3d43333db
3 changed files with 18 additions and 0 deletions

View File

@ -19,6 +19,12 @@
## Rails 6.0.0.beta1 (January 18, 2019) ##
* [Rename npm package](https://github.com/rails/rails/pull/34905) from
[`actioncable`](https://www.npmjs.com/package/actioncable) to
[`@rails/actioncable`](https://www.npmjs.com/package/@rails/actioncable).
*Javan Makhmali*
* Merge [`action-cable-testing`](https://github.com/palkan/action-cable-testing) to Rails.
*Vladimir Dementyev*

View File

@ -1,5 +1,11 @@
## Rails 6.0.0.beta1 (January 18, 2019) ##
* [Rename npm package](https://github.com/rails/rails/pull/34905) from
[`rails-ujs`](https://www.npmjs.com/package/rails-ujs) to
[`@rails/ujs`](https://www.npmjs.com/package/@rails/ujs).
*Javan Makhmali*
* Remove deprecated `image_alt` helper.
*Rafael Mendonça França*

View File

@ -1,5 +1,11 @@
## Rails 6.0.0.beta1 (January 18, 2019) ##
* [Rename npm package](https://github.com/rails/rails/pull/34905) from
[`activestorage`](https://www.npmjs.com/package/activestorage) to
[`@rails/activestorage`](https://www.npmjs.com/package/@rails/activestorage).
*Javan Makhmali*
* Replace `config.active_storage.queue` with two options that indicate which
queues analysis and purge jobs should use, respectively: