PYTHON-785 changelog entry

This commit is contained in:
Jim Witschey
2017-07-13 09:48:13 -04:00
parent 5a06b76d15
commit f7881d9e04

View File

@@ -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
-----