aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2011-12-30 11:37:21 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2011-12-30 11:37:21 -0800
commit6769293988c0d7733138a562aaa683375cbdcb78 (patch)
treeaa367428777c10e792384b79e81a712785393722 /activerecord/CHANGELOG.md
parent7c55d6977c68041d34cb657f90f92773d3fd64e3 (diff)
downloadrails-6769293988c0d7733138a562aaa683375cbdcb78.tar.gz
rails-6769293988c0d7733138a562aaa683375cbdcb78.tar.bz2
rails-6769293988c0d7733138a562aaa683375cbdcb78.zip
connections must be checked in at the end of a thread
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 2c8ec3d4d1..c4feabfb5f 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,5 +1,8 @@
## Rails 4.0.0 (unreleased) ##
+* Connections *must* be closed at the end of a thread. If not, your
+ connection pool can fill and an exception will be raised.
+
* Added the `ActiveRecord::Model` module which can be included in a
class as an alternative to inheriting from `ActiveRecord::Base`: