diff options
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r-- | railties/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG index 06f56d3928..36d03fe2db 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Introduce `rake generate:secret` to output a crytographically secure secret key for use with cookie sessions. #xxxx [update from Trac] + * Fixed that local database creation should consider 127.0.0.1 local #9026 [parcelbrat] * Fixed that functional tests generated for scaffolds should use fixture calls instead of hard-coded IDs #10435 [boone] |