diff options
author | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2019-10-20 01:19:47 +0100 |
---|---|---|
committer | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2019-10-20 01:19:47 +0100 |
commit | 16c07ba9c4b5acab11fcf984cc7f18b9ea67e2bc (patch) | |
tree | 08f8830830a21a768b8f2472409e96a0b4978082 | |
parent | cb7109dfa988461695de210e2f4bcf3db6bf3171 (diff) | |
download | psycopg2-16c07ba9c4b5acab11fcf984cc7f18b9ea67e2bc.tar.gz |
Mention the library versions packaged in the 2.8.4 wheel in the NEWS file
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ What's new in psycopg 2.8.4 and `~psycopg2.extensions.Column.type_code` (:ticket:`#961`). - `~psycopg2.errorcodes` map and `~psycopg2.errors` classes updated to PostgreSQL 12. +- Wheel package compiled against OpenSSL 1.1.1d and PostgreSQL at least 11.4. What's new in psycopg 2.8.3 |