diff options
author | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2015-10-01 14:29:56 +0100 |
---|---|---|
committer | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2015-10-01 14:30:17 +0100 |
commit | ade7dba27cb856c3d2e3f6284aa3e909f8033e10 (patch) | |
tree | b208b226fe293f9af0fd820fbe96d85383697be4 | |
parent | 7e94ce1f14ae25eb6ff901e8c6822d858525780d (diff) | |
download | psycopg2-ade7dba27cb856c3d2e3f6284aa3e909f8033e10.tar.gz |
MSVC 2015 compiler support added to news file
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,6 +31,7 @@ What's new in psycopg 2.6.1 - Fixed deadlock in multithread programs using OpenSSL (:ticket:`#290`). - Correctly unlock the connection after error in flush (:ticket:`#294`). - Fixed ``MinTimeLoggingCursor.callproc()`` (:ticket:`#309`). +- Added support for MSVC 2015 compiler (:ticket:`#350`). What's new in psycopg 2.6 |