aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorMichael Koziarski <michael@koziarski.com>2008-01-21 21:07:43 +0000
committerMichael Koziarski <michael@koziarski.com>2008-01-21 21:07:43 +0000
commit37f71a77cc92df0960ef857880ccf9749a6eecc1 (patch)
tree4adcfcf84b5e2944dcf7cb098382b554844511b9 /actionpack/CHANGELOG
parent61c90a4ad6eab3623002353ed5867e2f05cb6809 (diff)
downloadrails-37f71a77cc92df0960ef857880ccf9749a6eecc1.tar.gz
rails-37f71a77cc92df0960ef857880ccf9749a6eecc1.tar.bz2
rails-37f71a77cc92df0960ef857880ccf9749a6eecc1.zip
missing changelog for [8683]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8684 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index e5fd5078d3..1258967889 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Introduce TemplateFinder to handle view paths and lookups. #10800 [Pratik Naik]
+
* Performance: optimize route recognition. Large speedup for apps with many resource routes. #10835 [oleganza]
* Make render :partial recognise form builders and use the _form partial. #10814 [djanowski]