diff options
| author | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2018-02-20 17:33:12 +0000 |
|---|---|---|
| committer | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2018-02-21 10:27:28 +0000 |
| commit | ea923b63a48880d3d229241de42813a822e5db1e (patch) | |
| tree | 741d4a0c207f7a652dd5647ab757cdcc44e031df /NEWS | |
| parent | 0a5db6ecf5568b976ae67fbedc04c72c4aec92f2 (diff) | |
| download | psycopg2-fix-679.tar.gz | |
Allow strings subclasses in ensure_bytesfix-679
Fix #679
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ What's new in psycopg 2.7.5 - Fixed building on Solaris 11 and derivatives such as SmartOS and illumos (:ticket:`#677`). - Maybe fixed building on MSYS2 (as reported in :ticket:`#658`). +- Allow string subclasses in connection and other places (:ticket:`#679`). What's new in psycopg 2.7.4 |
