diff options
author | Zachary Scott <e@zzak.io> | 2015-04-12 13:20:34 -0700 |
---|---|---|
committer | Zachary Scott <e@zzak.io> | 2015-04-12 13:20:34 -0700 |
commit | 08a3baa380f9f5189f50abecba657de2d5659845 (patch) | |
tree | 76c58d1bc288da9b89e28210e56f1662660c3232 /railties | |
parent | 4825042a1c8d5527a7da468937d03f7e07362ce1 (diff) | |
download | rails-08a3baa380f9f5189f50abecba657de2d5659845.tar.gz rails-08a3baa380f9f5189f50abecba657de2d5659845.tar.bz2 rails-08a3baa380f9f5189f50abecba657de2d5659845.zip |
:scissors:
Diffstat (limited to 'railties')
-rw-r--r-- | railties/CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md index 6a14649853..da11f337ad 100644 --- a/railties/CHANGELOG.md +++ b/railties/CHANGELOG.md @@ -1,7 +1,7 @@ * Rename `railties/bin` to `railties/exe` to match the new Bundler executables convention. - + *Islam Wazery* - + * Print `bundle install` output in `rails new` as soon as it's available Running `rails new` will now print the output of `bundle install` as |