diff options
author | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2017-06-15 23:25:19 +0100 |
---|---|---|
committer | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2017-06-15 23:25:19 +0100 |
commit | eef198ac5ee86395fec49ff1aea89b6746c803c2 (patch) | |
tree | 69a3a12a0b550d4764f96b2244c1b51a23ba544e /NEWS | |
parent | 8576d43006593c6dddc0987852658a05453416c9 (diff) | |
download | psycopg2-eef198ac5ee86395fec49ff1aea89b6746c803c2.tar.gz |
Report issue #541 fixed in the NEWS file
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12,6 +12,8 @@ What's new in psycopg 2.7.2 string is specified as an URI (:ticket:`#528`). - Return objects with timezone parsing "infinity" :sql:`timestamptz` (:ticket:`#536`). +- Dropped dependency on VC9 runtime on Windows binary packages + (:ticket:`#541`). - Fixed segfault in `~connection.lobject()` when *mode*\=\ `!None` (:ticket:`#544`). - Fixed `~connection.lobject()` keyword argument *lobject_factory* |