From 743b6631dfc5b91b711f09eb13099cdf9dd89c1b Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Sun, 10 Apr 2011 22:34:27 -0700 Subject: [PATCH] adding pg support notes to the changelog --- activerecord/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index e536d2b408..88c2562619 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *Rails 3.1.0 (unreleased)* +* PostgreSQL adapter only supports PostgreSQL version 8.2 and higher. + * ConnectionManagement middleware is changed to clean up the connection pool after the rack body has been flushed.