Brag about encoding/decoding speedup

This commit is contained in:
Daniele Varrazzo 2016-12-29 20:47:24 +01:00
parent cb5293be1f
commit f3e47a72ed

2
NEWS
View File

@ -25,6 +25,8 @@ New features:
- Added `~psycopg2.extensions.quote_ident()` function (:ticket:`#359`).
- Added `~connection.get_dsn_parameters()` connection method (:ticket:`#364`).
- `~cursor.callproc()` now accepts a dictionary of parameters (:ticket:`#381`).
- Using Python C API decoding functions and codecs caching for faster
unicode encoding/decoding (:ticket:`#473`).
Other changes: