summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2016-12-29 20:47:24 +0100
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2016-12-29 22:11:58 +0100
commitf3e47a72ed10102efe1465bc3d62b1d93ea04f00 (patch)
tree387e04d553279e929feeaa8d11b6c7f6c87d954d /NEWS
parentcb5293be1f12034d9108845e4f968ffbbf08f8dd (diff)
downloadpsycopg2-f3e47a72ed10102efe1465bc3d62b1d93ea04f00.tar.gz
Brag about encoding/decoding speedup
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6ffa66a..ecde78d 100644
--- a/NEWS
+++ b/NEWS
@@ -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: