aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
diff options
context:
space:
mode:
authorLiceth Ovalles <liceova22@gmail.com>2016-11-29 10:08:26 -0500
committerGuillermo Iguaran <guilleiguaran@gmail.com>2016-11-29 10:08:26 -0500
commit3b0a09c398ba90b091f3af73a370c69f640009cf (patch)
tree736157ccfcc1e1d6714a1acf02870ad719b34fa7 /railties/CHANGELOG.md
parent43e42ad385f1048e6ec7a9df6c83daa5ef003870 (diff)
downloadrails-3b0a09c398ba90b091f3af73a370c69f640009cf.tar.gz
rails-3b0a09c398ba90b091f3af73a370c69f640009cf.tar.bz2
rails-3b0a09c398ba90b091f3af73a370c69f640009cf.zip
Add CHANGELOG entry for --yarn option
Diffstat (limited to 'railties/CHANGELOG.md')
-rw-r--r--railties/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index 4126c70163..819d760433 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -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.