diff options
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r-- | actionpack/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index a8762b2730..f357945ed9 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Asset timestamps are appended, not prepended. Closes #10276 [mnaberez] + * Minor inconsistency in description of render example. Closes #10029 [ScottSchram] * Add #prepend_view_path and #append_view_path instance methods on ActionController::Base for consistency with the class methods. [rick] |