aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r--railties/CHANGELOG2
1 files changed, 1 insertions, 1 deletions
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]