adding pg support notes to the changelog

This commit is contained in:
Aaron Patterson 2011-04-10 22:34:27 -07:00
parent 35dba50be9
commit 743b6631df

@ -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.