aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorMarcel Molina <marcel@vernix.org>2005-10-12 23:42:54 +0000
committerMarcel Molina <marcel@vernix.org>2005-10-12 23:42:54 +0000
commitaf0df03fd3bd020edbdeb00a18d11129fef1a60b (patch)
treec6b0d202652c5b210e4b80ff307efde0dcf8e5c1 /activerecord/CHANGELOG
parentf175547e585923420a0ce1c550f6a595755aca22 (diff)
downloadrails-af0df03fd3bd020edbdeb00a18d11129fef1a60b.tar.gz
rails-af0df03fd3bd020edbdeb00a18d11129fef1a60b.tar.bz2
rails-af0df03fd3bd020edbdeb00a18d11129fef1a60b.zip
Update DB2 adapter. Closes #2206.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2546 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 d38390110f..5f3c738b77 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Update DB2 adapter. #2206. [contact@maik-schmidt.de]
+
* Corrections to SQLServer native data types. #2267. [rails.20.clarry@spamgourmet.com]
* Deprecated ActiveRecord::Base.threaded_connection in favor of ActiveRecord::Base.allow_concurrency.