diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2013-03-21 09:16:48 -0300 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2013-03-21 09:16:48 -0300 |
commit | afe5880fa6e0aa805a9e70f460bdce9ba2bd369f (patch) | |
tree | 7610b34132c0ec9767dc49813a2082b3ef6ed792 /actionpack | |
parent | d1577cfe3d7f01f2876e3cbe682065012246697c (diff) | |
download | rails-afe5880fa6e0aa805a9e70f460bdce9ba2bd369f.tar.gz rails-afe5880fa6e0aa805a9e70f460bdce9ba2bd369f.tar.bz2 rails-afe5880fa6e0aa805a9e70f460bdce9ba2bd369f.zip |
Improve CHANGELOG entry [ci skip]
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/CHANGELOG.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index 9c872e5dec..1f4e356952 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -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* |