From c577f186aa4b7bcf12acfcc5b7fc7760d96cc663 Mon Sep 17 00:00:00 2001
From: Prem Sichanugrist <s@sikachu.com>
Date: Tue, 3 May 2011 02:33:31 +0700
Subject: 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.
---
 actionpack/CHANGELOG | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

(limited to 'actionpack')

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'
 
-- 
cgit v1.2.3