aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
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 2338c8a2f3..7fbac137c4 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Performance: optimize route recognition. Large speedup for apps with many resource routes. #10835 [oleganza]
+
* Introduce TemplateFinder to handle view paths and lookups. #10800 [Pratik Naik]
* Make render :partial recognise form builders and use the _form partial. #10814 [djanowski]