From e30699f66034405de0eaaad12066c2c7d266762f Mon Sep 17 00:00:00 2001 From: Marcel Molina Date: Sun, 9 Oct 2005 00:52:25 +0000 Subject: Add geometric type for postgresql adapter. Closes #2233. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2498 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activerecord/CHANGELOG') diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index d38ac39282..1022638d31 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Add geometric type for postgresql adapter. #2233 [akaspick@gmail.com] + * Add option (true by default) to generate reader methods for each attribute of a record to avoid the overhead of calling method missing. In partial fullfilment of #1236. [skaes@web.de] * Add convenience predicate methods on Column class. In partial fullfilment of #1236. [skaes@web.de] -- cgit v1.2.3