1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Add CHANGELOG entry for --yarn option

This commit is contained in:
Liceth Ovalles 2016-11-29 10:08:26 -05:00 committed by Guillermo Iguaran
parent 43e42ad385
commit 3b0a09c398

View file

@ -1,3 +1,8 @@
* Add Yarn support in new apps using --yarn option. This add a package.json
and the settings needed to get npm modules integrated in new apps.
*Liceth Ovalles*, *Guillermo Iguaran*
* Removed jquery-rails from default stack, instead rails-ujs that is shipped
with Action View is included as default UJS adapter.