From 63040e5134486cdbb8fb831d53177ff4055daadd Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Tue, 22 Jan 2019 11:31:11 +0000 Subject: [PATCH] Mention new OpenSSL version in wheel package --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index 6995f81c..8ed79c85 100644 --- a/NEWS +++ b/NEWS @@ -49,6 +49,7 @@ What's new in psycopg 2.7.7 - Cleanup of the cursor results assignment code, which might have solved double free and inconsistencies in concurrent usage (:tickets:`#346, #384`). +- Wheel package compiled against OpenSSL 1.0.2q. What's new in psycopg 2.7.6.1