aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--actionpack/CHANGELOG4
-rw-r--r--activerecord/CHANGELOG2
-rw-r--r--railties/CHANGELOG2
3 files changed, 4 insertions, 4 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index fd15879424..a5d2c1e644 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -4,7 +4,7 @@
* Refactor Action View template handlers. #10437 [Josh Peek]
-* Fix DoubleRenderError message and leave out mention of returning false from filters. Closes #10380 [fcheung]
+* Fix DoubleRenderError message and leave out mention of returning false from filters. Closes #10380 [Fred Cheung]
* Clean up some cruft around ActionController::Base#head. Closes #10417 [ssoroka]
@@ -138,7 +138,7 @@
* Add link_to :back which uses your referrer with a fallback to a javascript link. #7366 [eventualbuddha, tarmo]
-* error_messages_for and friends also work with local variables. #9699 [Frederick Cheung]
+* error_messages_for and friends also work with local variables. #9699 [Fred Cheung]
* Fix url_for, redirect_to, etc. with :controller => :symbol instead of 'string'. #8562, #9525 [Justin Lynn, Tarmo Tänav, shoe]
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index d7bacfef67..16c8953517 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -171,7 +171,7 @@ single-table inheritance. #3833, #9886 [Gabriel Gironda, rramdas, François Bea
* Extract Oracle, SQLServer, and Sybase adapters into gems. [Jeremy Kemper]
-* Added fixture caching that'll speed up a normal fixture-powered test suite between 50% and 100% #9682 [frederick.cheung@gmail.com]
+* Added fixture caching that'll speed up a normal fixture-powered test suite between 50% and 100% #9682 [Fred Cheung]
* Correctly quote id list for limited eager loading. #7482 [tmacedo]
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index f4e9efa8d4..ffb16e784a 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 [fcheung]. Example:
+* Added the :all option to config.plugins that'll include the rest of the plugins not already explicitly named #9613 [Fred Cheung]. Example:
# Loads :classic_pagination before all the other plugins
config.plugins = [ :classic_pagination, :all ]