aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--activerecord/CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index e38d8aecf5..e4cd15c71e 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -106,7 +106,7 @@
class Tagging < ActiveRecord::Base
end
- *Aaron Peterson*
+ *Aaron Patterson*
* Remove column restrictions for `count`, let the database raise if the SQL is
invalid. The previous behavior was untested and surprising for the user.
@@ -170,7 +170,7 @@
Fixes #10620.
- *Aaron Peterson*
+ *Aaron Patterson*
* Also support extensions in PostgreSQL 9.1. This feature has been supported since 9.1.