diff options
author | kennyj <kennyj@gmail.com> | 2013-04-03 01:01:58 +0900 |
---|---|---|
committer | kennyj <kennyj@gmail.com> | 2013-04-03 01:14:07 +0900 |
commit | 4140d7c1f465d560897f856771388bff101b7a1e (patch) | |
tree | e344fad2316e159a10f1ae82d509c0564705d60d /activerecord | |
parent | 67994ef2f9d6c529ec88c28c884681eafa335309 (diff) | |
download | rails-4140d7c1f465d560897f856771388bff101b7a1e.tar.gz rails-4140d7c1f465d560897f856771388bff101b7a1e.tar.bz2 rails-4140d7c1f465d560897f856771388bff101b7a1e.zip |
Add CHANGELOG entry about extracting and deprecating Firebird/Sqlserver/Oracle database tasks.
Diffstat (limited to 'activerecord')
-rw-r--r-- | activerecord/CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 526cc874e9..c6ce77a9cc 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,5 +1,10 @@ ## Rails 4.0.0 (unreleased) ## +* Extract and deprecate Firebird / Sqlserver / Oracle database tasks, because + These tasks should be supported by 3rd-party adapter. + + *kennyj* + * Allow `ActiveRecord::Base.connection_handler` to have thread affinity and be settable, this effectively allows Active Record to be used in a multi threaded setup with multiple connections to multiple dbs. |