summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2018-01-29 01:33:37 +0000
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2018-01-29 01:38:03 +0000
commit06ea80859961fd0322a8246add62be032e3d779d (patch)
tree5479587b62cce01dfe56a293f53cdd29c8ffc424
parent0a148dbe012675da21a5638c1cdcfd8f542f98c6 (diff)
downloadpsycopg2-06ea80859961fd0322a8246add62be032e3d779d.tar.gz
Mention new wheel packages in news file
Close #543.
-rw-r--r--NEWS7
1 files changed, 5 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 0fb4119..07342e6 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,9 @@ Current release
What's new in psycopg 2.7.4
^^^^^^^^^^^^^^^^^^^^^^^^^^^
+- Moving away from installing the wheel package by default.
+ Packages installed from wheel raise a warning on import. Added package
+ ``psycopg2-binary`` to install from wheel instead (:ticket:`#543`).
- Fixed Solaris 10 support (:ticket:`#532`).
- `cursor.mogrify()` can be called on closed cursors (:ticket:`#579`).
- Fixed setting session characteristics in corner cases on autocommit
@@ -12,8 +15,8 @@ What's new in psycopg 2.7.4
- Fixed parsing of array of points as floats (:ticket:`#613`).
- Fixed `~psycopg2.__libpq_version__` building with libpq >= 10.1
(:ticket:`632`).
-- Fixed `~cursor.rowcount` after `~cursor.executemany()` with :sql:`RETURNING` statements
- (:ticket:`633`).
+- Fixed `~cursor.rowcount` after `~cursor.executemany()` with :sql:`RETURNING`
+ statements (:ticket:`633`).
- Fixed compatibility problem with pypy3 (:ticket:`#649`).
- Wheel packages compiled against PostgreSQL 10.1 libpq and OpenSSL 1.0.2m.