summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2019-02-16 16:08:37 +0100
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2019-02-16 16:10:03 +0100
commit1dd8c7435f6ff3643261478ab281e72b2fd425d4 (patch)
tree25dadada8b77a57328ddc65ef887b8d84490b21b /NEWS
parent495ff79f2337b15ce06dadf65ab147c8b19b4e5d (diff)
downloadpsycopg2-1dd8c7435f6ff3643261478ab281e72b2fd425d4.tar.gz
Mention binary packages no longer installed by default in NEWS
Also fixed an unrelated typo. [skip ci]
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 60e14e5..984d531 100644
--- a/NEWS
+++ b/NEWS
@@ -39,8 +39,10 @@ Other changes:
- Dropped deprecated `!register_tstz_w_secs()` (was previously a no-op).
- Dropped deprecated `!PersistentConnectionPool`. This pool class was mostly
designed to interact with Zope. Use `!ZPsycopgDA.pool` instead.
+- Binary packages no longer installed by default. The 'psycopg2-binary'
+ package must be used explicitly.
- Dropped `!PSYCOPG_DISPLAY_SIZE` build parameter.
-- No longer use 2to3 during installation for Python 2 & 3 compatability. All
+- No longer use 2to3 during installation for Python 2 & 3 compatibility. All
source files are now compatible with Python 2 & 3 as is.
- The `!psycopg2.test` package is no longer installed by ``python setup.py
install``.