diff options
author | Guillermo Iguaran <guilleiguaran@gmail.com> | 2012-09-30 02:05:12 -0500 |
---|---|---|
committer | Guillermo Iguaran <guilleiguaran@gmail.com> | 2012-09-30 02:05:12 -0500 |
commit | 59b8b82e4fba1c11161a4897e758306bab4d02cd (patch) | |
tree | 98d80d8678abea7d8cf55e54910f6b7ddc5d6795 /actionpack | |
parent | 15712ac4c98a34f5f465ffcb2374737d94bb9081 (diff) | |
download | rails-59b8b82e4fba1c11161a4897e758306bab4d02cd.tar.gz rails-59b8b82e4fba1c11161a4897e758306bab4d02cd.tar.bz2 rails-59b8b82e4fba1c11161a4897e758306bab4d02cd.zip |
Fix changelog entry about sprockets-rails
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/CHANGELOG.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index 4306447272..490eb17df3 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -63,9 +63,8 @@ *Luiz Felipe Garcia Pereira* -* Sprockets integration has been extracted from Action Pack and the `sprockets-rails` - gem should be added to Gemfile (under the assets group) in order to use Rails asset - pipeline in future versions of Rails. +* Sprockets integration has been extracted from Action Pack to the `sprockets-rails` + gem. `rails` gem is depending on `sprockets-rails` by default. *Guillermo Iguaran* |