aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2007-12-10 01:16:00 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2007-12-10 01:16:00 +0000
commite69a636349d3556d4c75314b195fad7bae7ad79a (patch)
tree5a70861fc1e2d1811d6bc4f4ca766378e7f80b0a /railties/CHANGELOG
parent380ddd5310753fdf3082198e719642d44c68e69f (diff)
downloadrails-e69a636349d3556d4c75314b195fad7bae7ad79a.tar.gz
rails-e69a636349d3556d4c75314b195fad7bae7ad79a.tar.bz2
rails-e69a636349d3556d4c75314b195fad7bae7ad79a.zip
More contributor name updates
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8351 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
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 ffb16e784a..bfed3eccf3 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -98,7 +98,7 @@ databases on localhost. #9753 [Trevor Wennblom]
* Removed web_service generator [Koz]
-* Added the :all option to config.plugins that'll include the rest of the plugins not already explicitly named #9613 [Fred Cheung]. Example:
+* Added the :all option to config.plugins that'll include the rest of the plugins not already explicitly named #9613 [Frederick Cheung]. Example:
# Loads :classic_pagination before all the other plugins
config.plugins = [ :classic_pagination, :all ]