diff options
author | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2016-08-07 02:50:50 +0100 |
---|---|---|
committer | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2016-08-07 02:51:06 +0100 |
commit | 478f43f0c88ba115f2ec9132b8ecb4b0129794bb (patch) | |
tree | 7150992ea4cef289b1d6d016b1ad67e2f40cf3ba | |
parent | bd95269c690963af6ebcc882cb0a5c572a3899b3 (diff) | |
download | psycopg2-478f43f0c88ba115f2ec9132b8ecb4b0129794bb.tar.gz |
Mention NULL characters guard in NEWS file
Fix #420.
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -24,6 +24,8 @@ New features: What's new in psycopg 2.6.3 ^^^^^^^^^^^^^^^^^^^^^^^^^^^ +- Throw an exception trying to pass ``NULL`` chars as parameters + (:ticket:`#420). - Make `~psycopg2.extras.Range` objects picklable (:ticket:`#462`). |