Added NEWS note about picklable cursor.desciption

This commit is contained in:
Daniele Varrazzo 2015-02-08 02:32:47 +00:00
parent 28180837bf
commit afba29480a

1
NEWS
View File

@ -6,6 +6,7 @@ What's new in psycopg 2.5.5
- Named cursors used as context manager don't swallow the exception on exit
(:ticket:`#262`).
- `cursor.description` can be pickled (:ticket:`#265`).
- Propagate read error messages in COPY FROM (:ticket:`#270`).
- PostgreSQL time 24:00 is converted to Python 00:00 (:ticket:`#278`).