]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
update on pool status
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 31 Aug 2007 20:57:12 +0000 (20:57 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 31 Aug 2007 20:57:12 +0000 (20:57 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 81a00cd314d03510b624701ee0fd6f9ce2cacd36..16420452257d2be69f01ffab0a9de83889c0654d 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,10 @@ CHANGES
 0.4.0beta5
 ----------
 
+- connection pool fixes; the better performance of beta4
+  remains but fixes "connection overflow" and other bugs
+  which were present (like [ticket:754])
+  
 - fixed bugs in determining proper sync clauses from custom inherit
   conditions [ticket:769]