Merge pull request #367 from sikachu/credit_changelog.

Update CHANGELOG file to mention my name
This commit is contained in:
José Valim 2011-05-02 12:56:45 -07:00
commit 7f5ff5df2d

@ -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'