aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-06-26 00:55:28 -0300
committerCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-06-26 00:57:19 -0300
commit96a083b51ed85481b4c917b735b62cfa9927d251 (patch)
tree0a8126f201c5c81bc0961c419f902c10d813c171
parent9218770daa9ff0e3df56f75c98c053a6f8f751c7 (diff)
downloadrails-96a083b51ed85481b4c917b735b62cfa9927d251.tar.gz
rails-96a083b51ed85481b4c917b735b62cfa9927d251.tar.bz2
rails-96a083b51ed85481b4c917b735b62cfa9927d251.zip
Fix @tenderlove's name in changelog :sparkles:
[ci skip]
-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.