aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorEmilio Tagua <miloops@gmail.com>2009-08-17 19:46:32 -0300
committerEmilio Tagua <miloops@gmail.com>2009-08-17 19:46:32 -0300
commit4b339f44bdaa307004db2345ac9c950d9f508814 (patch)
tree855748bc8f1df1a8b1d327810be229af05ee522e /activerecord/CHANGELOG
parentc01c8967a02537f132d437d5ae15332982119651 (diff)
parent25e5b0c4a8d0045715a6ad11e2898585826e4e9b (diff)
downloadrails-4b339f44bdaa307004db2345ac9c950d9f508814.tar.gz
rails-4b339f44bdaa307004db2345ac9c950d9f508814.tar.bz2
rails-4b339f44bdaa307004db2345ac9c950d9f508814.zip
Merge commit 'rails/master'
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 acfd470c95..d8bfb1916d 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*Edge*
+* Remove support for SQLite 2. Please upgrade to SQLite 3+ or install the plugin from git://github.com/rails/sqlite2_adapter.git [Pratik Naik]
+
* PostgreSQL: XML datatype support. #1874 [Leonardo Borges]
* quoted_date converts time-like objects to ActiveRecord::Base.default_timezone before serialization. This allows you to use Time.now in find conditions and have it correctly be serialized as the current time in UTC when default_timezone == :utc. #2946 [Geoff Buesing]