Mention the better str(Range) in the docs.

This commit is contained in:
Daniele Varrazzo 2018-10-04 11:57:31 +01:00
parent 8bd7ad7bb5
commit 81d6f7a7ca

2
NEWS
View File

@ -7,6 +7,8 @@ What's new in psycopg 2.8
New features: New features:
- Added `~psycopg2.extensions.encrypt_password()` function (:ticket:`#576`). - 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 - `~psycopg2.extras.DictCursor` and `~psycopg2.extras.RealDictCursor` rows
maintain columns order (:ticket:`#177`). maintain columns order (:ticket:`#177`).