From f04067faa9cbf8154afa2ae28646ba0fda6e9713 Mon Sep 17 00:00:00 2001 From: Inada Naoki Date: Tue, 4 Dec 2018 20:55:19 +0900 Subject: [PATCH] Update history --- HISTORY.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index 9e8a19e..c6a2ca2 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -13,6 +13,10 @@ Release: TBD * Remove ``errorhandler`` from Connection and Cursor classes. +* Remove context manager API from Connection. It was for transaction. + New context manager API for closing connection will be added in future version. + + ====================== What's new in 1.3.14 ======================