aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-08-30 01:00:42 -0300
committerCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-08-30 01:01:01 -0300
commit1297d223b4f9da672e14b47fc106a28596fb87a8 (patch)
tree8b269110d0e50a390aa9a4da4ae7fcde37905f4c
parentc975da941351aad42387a82f0a70bd6f123f987a (diff)
downloadrails-1297d223b4f9da672e14b47fc106a28596fb87a8.tar.gz
rails-1297d223b4f9da672e14b47fc106a28596fb87a8.tar.bz2
rails-1297d223b4f9da672e14b47fc106a28596fb87a8.zip
Remove not necessary AR changelog entry, fix markup [ci skip]
-rw-r--r--activerecord/CHANGELOG.md7
1 files changed, 1 insertions, 6 deletions
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: