From 495d4b29f0016a0b3733b62969c00987f004fa85 Mon Sep 17 00:00:00 2001 From: Andrew Svetlov Date: Wed, 22 Apr 2015 23:00:14 +0300 Subject: [PATCH] Update CHANGES --- CHANGES.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 9e10238e..a32784ee 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,8 +1,8 @@ CHANGES ------- -0.7.0 -^^^^^ +0.7.0 (2015-04-22) +^^^^^^^^^^^^^^^^^^ * Get rid of resource leak on connection failure. @@ -10,7 +10,7 @@ CHANGES * Deprecate iteration protocol support in cursor and ResultProxy. -* Release sa connection to pool on `.close()`. +* Release sa connection to pool on `connection.close()`. 0.6.0 (2015-02-03) ^^^^^^^^^^^^^^^^^^