Improve CHANGELOG entry [ci skip]

This commit is contained in:
Rafael Mendonça França
2013-03-21 09:16:48 -03:00
parent d1577cfe3d
commit afe5880fa6

View File

@@ -2,11 +2,15 @@
* Fixed assets loading performance in 3.2.13.
The PR #8756 uses Sprockets for resolving files that already exists on disk, for those files their extensions don't need to be rewritten. Fixes #9803.
#8756 uses Sprockets for resolving files that already exists on disk, for those files
their extensions don't need to be rewritten.
Fixes #9803.
*Fred Wu*
* Fixed `ActionController#action_missing` not being called.
Fixes #9799.
*Janko Luin*