Updated NEWS with the connection encoding fix

This commit is contained in:
Daniele Varrazzo 2011-04-08 14:36:49 +01:00
parent 19653a88ec
commit e3605b33c1

2
NEWS
View File

@ -3,6 +3,8 @@ What's new in psycopg 2.4.1
- Use own parser for bytea output, not requiring anymore the libpq 9.0
to parse the hex format.
- Don't fail connection if the client encoding is a non-normalized
variant. Issue reported by Peter Eisentraut.
- Correctly detect an empty query sent to the backend (ticket #46).
- Allow to specify --static-libpq on setup.py command line instead of
just in 'setup.cfg'. Patch provided by Matthew Ryan (ticket #48).