From 1297d223b4f9da672e14b47fc106a28596fb87a8 Mon Sep 17 00:00:00 2001 From: Carlos Antonio da Silva Date: Fri, 30 Aug 2013 01:00:42 -0300 Subject: Remove not necessary AR changelog entry, fix markup [ci skip] --- activerecord/CHANGELOG.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'activerecord') diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 503a029aac..c7928e503b 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,7 +1,3 @@ -* Test that PostgreSQL adapter includes `usec` when quoting `DateTime` objects - - *Ben Cherry* - * Fix PredicateBuilder so polymorhic association keys in `where` clause can also accept not only `ActiveRecord::Base` direct descendances (decorated models, for example). @@ -12,7 +8,7 @@ parentheses (eg. `($1.25) # => -1.25`)). Fixes #11899. - * Yves Senn* + *Yves Senn* * Stop interpreting SQL 'string' columns as :string type because there is no common STRING datatype in SQL. @@ -28,7 +24,6 @@ Example: record = User.new - record.logged_in_from_ip # is type of an inet or a cidr # Before: -- cgit v1.2.3