diff options
author | Prem Sichanugrist <s@sikachu.com> | 2011-05-03 02:33:31 +0700 |
---|---|---|
committer | Prem Sichanugrist <s@sikachu.com> | 2011-05-03 02:38:10 +0700 |
commit | c577f186aa4b7bcf12acfcc5b7fc7760d96cc663 (patch) | |
tree | f77317dae48ff0b841bc71950a62c9f771cc2847 /actionpack | |
parent | 951e18abea9c116fc5d6b330ca1dcd2890abe006 (diff) | |
download | rails-c577f186aa4b7bcf12acfcc5b7fc7760d96cc663.tar.gz rails-c577f186aa4b7bcf12acfcc5b7fc7760d96cc663.tar.bz2 rails-c577f186aa4b7bcf12acfcc5b7fc7760d96cc663.zip |
Update CHANGELOG file to mention my name
On the commit for updating :format parameters, seems like I've left out
the credit name after the CHANGELOG entry. This should fix it, and in
case someone has a problem they could seek assistance easier.
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/CHANGELOG | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index 76dbfe7895..07a23ddb63 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -4,7 +4,9 @@ * Implicit actions named not_implemented can be rendered [Santiago Pastorino] -* Wildcard route will always matching the optional format segment by default. For example if you have this route: +* Wildcard route will always matching the optional format segment by default. [Prem Sichanugrist] + + For example if you have this route: map '*pages' => 'pages#show' |