aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2017-02-21 17:33:31 +0100
committerGitHub <noreply@github.com>2017-02-21 17:33:31 +0100
commit8e9e94391902b854662ba5eb06cc006cc4e85212 (patch)
tree016e6712fce4e24a6105701c5668fdb00a898727 /railties/CHANGELOG.md
parent1d8466c38804a555df58ebe214c9aa0e240ad856 (diff)
downloadrails-8e9e94391902b854662ba5eb06cc006cc4e85212.tar.gz
rails-8e9e94391902b854662ba5eb06cc006cc4e85212.tar.bz2
rails-8e9e94391902b854662ba5eb06cc006cc4e85212.zip
Revert back to the original of using package.json in the root of the project (#28093)
Diffstat (limited to 'railties/CHANGELOG.md')
-rw-r--r--railties/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index 7aee513a99..f9294b6616 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -68,7 +68,7 @@
*DHH*
-* Add Yarn support in new apps with a yarn binstub and vendor/package.json. Skippable via --skip-yarn option.
+* Add Yarn support in new apps with a yarn binstub and package.json. Skippable via --skip-yarn option.
*Liceth Ovalles*, *Guillermo Iguaran*, *DHH*