From e7ba8d100f28c91586c6902308770ee33b1d4884 Mon Sep 17 00:00:00 2001 From: baztian Date: Fri, 12 Jun 2020 08:37:10 +0200 Subject: [PATCH] Add advice to close cursors to changelog --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index b311b27..9ad29f5 100644 --- a/README.rst +++ b/README.rst @@ -174,7 +174,8 @@ Changelog - Make pip install for Python 2 work by changing JPype1 requirement to older version - Make pip install for Jython work by removing JPype1 requirement for Jython - - Removed cursor destructor to avoid issues with some JPype versions + - Removed cursor destructor to avoid issues with some JPype versions (please + make sure you're always closing your cursors properly) - 1.2.2 - 2020-06-04