summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2018-10-04 11:57:31 +0100
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2018-10-04 11:57:31 +0100
commit81d6f7a7caabf7662f3acaedf91b77b913952762 (patch)
tree4ccbec296d24e34381bf6acffaaa10f49598023b
parent8bd7ad7bb5035dfbaf3cfe1061dabe353497d7a0 (diff)
downloadpsycopg2-81d6f7a7caabf7662f3acaedf91b77b913952762.tar.gz
Mention the better str(Range) in the docs.
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6602d93..206265a 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,8 @@ What's new in psycopg 2.8
New features:
- Added `~psycopg2.extensions.encrypt_password()` function (:ticket:`#576`).
+- `!str()` on `~psycopg2.extras.Range` produces a human-readable representation
+ (:ticket:`#773`).
- `~psycopg2.extras.DictCursor` and `~psycopg2.extras.RealDictCursor` rows
maintain columns order (:ticket:`#177`).