aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorRobin Dupret <robin.dupret@gmail.com>2014-01-19 06:55:39 -0800
committerRobin Dupret <robin.dupret@gmail.com>2014-01-19 06:55:39 -0800
commit935d235f90ec7c25cd2b7b3cccfebfe8a4ebc3da (patch)
tree07a221cb2c98380012ba953dba7ed98b5e2867cc /railties
parent0c96f8abb88f12db16878fdafc1963852833a817 (diff)
parent7671590fe28b2f9c25c3a1468c3f920a492e68e6 (diff)
downloadrails-935d235f90ec7c25cd2b7b3cccfebfe8a4ebc3da.tar.gz
rails-935d235f90ec7c25cd2b7b3cccfebfe8a4ebc3da.tar.bz2
rails-935d235f90ec7c25cd2b7b3cccfebfe8a4ebc3da.zip
Merge pull request #13762 from robertomiranda/spring-under-rails
Update Changelog, Spring is under rails/spring [ci skip]
Diffstat (limited to 'railties')
-rw-r--r--railties/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index da7a4ce59a..84f8ad59fb 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -87,7 +87,7 @@
*Rafael Mendonça França*
* The [Spring application
- preloader](https://github.com/jonleighton/spring) is now installed
+ preloader](https://github.com/rails/spring) is now installed
by default for new applications. It uses the development group of
the Gemfile, so will not be installed in production.