From 777deb9d15791e137b200e96283ff03b075fd3dc Mon Sep 17 00:00:00 2001 From: Jamis Buck Date: Mon, 26 Mar 2007 19:02:19 +0000 Subject: Make sure the expiry hash is built by comparing the to_param-ized values of each hash git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6465 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'actionpack/CHANGELOG') diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index d41d2dc550..c9a5aea0b2 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Make sure the route expiry hash is constructed by comparing the to_param-ized values of each hash. [Jamis Buck] + * Allow configuration of the default action cache path for #caches_action calls. [Rick Olson] class ListsController < ApplicationController -- cgit v1.2.3