aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorAaron Batalion <aaron@hungrymachine.com>2008-11-24 02:24:19 -0500
committerDavid Heinemeier Hansson <david@loudthinking.com>2008-11-26 10:52:05 +0100
commitfef6c32afe2276dffa0347e25808a86e7a101af1 (patch)
tree42a43392f0e478e7b752bfd885a4e91b08828487 /actionpack/CHANGELOG
parent6599dd907f87875045005c3754fc7fe75c130c3e (diff)
downloadrails-fef6c32afe2276dffa0347e25808a86e7a101af1.tar.gz
rails-fef6c32afe2276dffa0347e25808a86e7a101af1.tar.bz2
rails-fef6c32afe2276dffa0347e25808a86e7a101af1.zip
Added optimal formatted routes to rails, deprecating the formatted_* methods, and reducing routes creation by 50% [#1359 state:committed]
Signed-off-by: David Heinemeier Hansson <david@loudthinking.com>
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 1d6e5455da..c469564eb5 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*2.3.0 [Edge]*
+* Dropped formatted_* routes in favor of just passing in :format as an option. This cuts resource routes generation in half #1359 [aaronbatalion]
+
* Remove support for old double-encoded cookies from the cookie store. These values haven't been generated since before 2.1.0, and any users who have visited the app in the intervening 6 months will have had their cookie upgraded. [Koz]
* Allow helpers directory to be overridden via ActionController::Base.helpers_dir #1424 [Sam Pohlenz]