aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
diff options
context:
space:
mode:
authorJon Moss <me@jonathanmoss.me>2016-12-27 08:32:03 -0500
committerJon Moss <me@jonathanmoss.me>2016-12-27 08:32:03 -0500
commit2053229456a6e585b9c62554c4bb4adac9c9fbe2 (patch)
tree9ddd92cb7cd5702b037f2c3aa2335fe37cc816c1 /railties/CHANGELOG.md
parent2575ba80c7064b61aff041f048698ca1f00b5a39 (diff)
downloadrails-2053229456a6e585b9c62554c4bb4adac9c9fbe2.tar.gz
rails-2053229456a6e585b9c62554c4bb4adac9c9fbe2.tar.bz2
rails-2053229456a6e585b9c62554c4bb4adac9c9fbe2.zip
Remove random extra spaces from Action Pack and Railties CHANGELOG.md
[ci skip]
Diffstat (limited to 'railties/CHANGELOG.md')
-rw-r--r--railties/CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index 8a1a440fca..0ba62f9ef7 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -5,9 +5,9 @@
rails new myapp --webpack
To generate a new app that has Webpack + React configured and an example intalled:
-
+
rails new myapp --webpack=react
-
+
*DHH*
* Add Yarn support in new apps with a yarn binstub and vendor/package.json. Skippable via --skip-yarn option.