From d7e6df43a9d41f1380d79b93881ef0abacb8973b Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 16 Dec 2007 23:36:35 +0000 Subject: Proper attribution in CHANGELOG git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8420 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties/CHANGELOG') diff --git a/railties/CHANGELOG b/railties/CHANGELOG index 9d6f822e01..1dc848bfb8 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -4,7 +4,7 @@ * Turned on ActionView::Base.cache_template_loading by default in config/environments/production.rb to prevent file system stat calls for every template loading to see if it changed (this means that you have to restart the application to see template changes in production mode) [DHH] -* Introduce `rake secret` to output a crytographically secure secret key for use with cookie sessions #xxxx [update from Trac] +* Introduce `rake secret` to output a crytographically secure secret key for use with cookie sessions #10363 [revans] * Fixed that local database creation should consider 127.0.0.1 local #9026 [parcelbrat] -- cgit v1.2.3