From f7881d9e04da7da37aff31b0abee26ea763d3b4b Mon Sep 17 00:00:00 2001 From: Jim Witschey Date: Thu, 13 Jul 2017 09:48:13 -0400 Subject: [PATCH] PYTHON-785 changelog entry --- CHANGELOG.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index cacf589f..c62daf3b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -16,6 +16,7 @@ Bug Fixes * request_ids may not be returned to the pool (PYTHON-739) * Fix murmur3 on big-endian systems (PYTHON-653) * Ensure unused connections are closed if a Session is deleted by the GC (PYTHON-774) +* Fix .values_list by using db names internally (cqlengine) (PYTHON-785) Other -----