From 9a4a095ed7ea6f0f65cc9e3bf3258cbdd0ddc210 Mon Sep 17 00:00:00 2001 From: Alexey Date: Sun, 16 Dec 2012 04:10:58 +0200 Subject: AR supporting new intrange data type on PostgreSQL >= 9.2 --- activerecord/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'activerecord/CHANGELOG.md') diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 97b7b8cd1e..11e23ad0f4 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,5 +1,9 @@ ## Rails 4.0.0 (unreleased) ## +* Allow int4range and int8range columns to be created in PostgreSQL and properly convert to/from database. + + *Alexey Vasiliev aka leopard* + * Do not log the binding values for binary columns. *Matthew M. Boedicker* -- cgit v1.2.3