summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2017-12-10 07:54:15 -0800
committerJon Dufresne <jon.dufresne@gmail.com>2017-12-10 07:57:11 -0800
commit19b1efd62962e4144a3579570828bd2cde02ac5c (patch)
tree2b7740abf49f3431bc2b418294c1d9d303ec6c4d /NEWS
parentec0a3d59a8c87bbf6f845ff911f541f753a8858d (diff)
downloadpsycopg2-19b1efd62962e4144a3579570828bd2cde02ac5c.tar.gz
Drop long deprecated function register_tstz_w_secs()
Deprecated in commit b263fbf274f9085a1bddca018ed8a50d37023fc7 on 2010-01-13. The deprecation warning was first released in version 2.2.2. The function used to register an alternate type caster for TIMESTAMP WITH TIME ZONE to deal with historical time zones with seconds in the UTC offset. These are now correctly handled by the default type caster, so currently the function doesn't do anything.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 500125b..fe77027 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,7 @@ Other changes:
- Dropped support for Python 2.6, 3.2, 3.3.
- Dropped `psycopg1` module.
+- Dropped deprecated ``register_tstz_w_secs()`` (was previously a no-op).
What's new in psycopg 2.7.4