aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2005-10-23 16:54:38 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2005-10-23 16:54:38 +0000
commit76487f25e748b04f85b317df0d090c1bdf954986 (patch)
treee69ec31c8e97f190340cec6c426d82f16612ed7a /activerecord/CHANGELOG
parentcdd49c53607020890997a2d7a95621b512425b65 (diff)
downloadrails-76487f25e748b04f85b317df0d090c1bdf954986.tar.gz
rails-76487f25e748b04f85b317df0d090c1bdf954986.tar.bz2
rails-76487f25e748b04f85b317df0d090c1bdf954986.zip
Map AR time to PostgreSQL TIME. Closes #2575.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2712 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r--activerecord/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index e669b476dc..309ff09f87 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*1.12.1* (October 19th, 2005)
+* Map Active Record time to PostgreSQL time. #2575 [Robby Russell <robby@planetargon.com>]
+
* Clarify semantics of ActiveRecord::Base#respond_to? #2560 [skaes@web.de]
* Fixed Association#clear for associations which have not yet been accessed. #2524 [Patrick Lenz <patrick@lenz.sh>]