aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Woosley <ben.woosley@gmail.com>2013-06-18 12:16:26 -0700
committerBen Woosley <ben.woosley@gmail.com>2013-06-18 12:22:11 -0700
commitd3abc8bc3d9cf907c7046d1e1057d9a48f1f2d29 (patch)
treec921c29a646734f17c648dcf78194a67c5fc8bdc
parentcab2df7b26946c8cdcae2ba269fdaa257c454190 (diff)
downloadrails-d3abc8bc3d9cf907c7046d1e1057d9a48f1f2d29.tar.gz
rails-d3abc8bc3d9cf907c7046d1e1057d9a48f1f2d29.tar.bz2
rails-d3abc8bc3d9cf907c7046d1e1057d9a48f1f2d29.zip
Fix formatting of my name in the changelog, and given Aaron credit for b483a0d2a75b
-rw-r--r--activerecord/CHANGELOG.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 9f83c8218e..963cdadba5 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -39,6 +39,8 @@
class Tagging < ActiveRecord::Base
end
+ *Aaron Peterson*
+
* Remove column restrictions for `count`, let the database raise if the SQL is
invalid. The previous behavior was untested and surprising for the user.
Fixes #5554.
@@ -110,7 +112,7 @@
* Deprecate `ConnectionAdapters::SchemaStatements#distinct`,
as it is no longer used by internals.
- *Ben Woosley#
+ *Ben Woosley*
* Fix pending migrations error when loading schema and `ActiveRecord::Base.table_name_prefix`
is not blank.