docs: fix typos in release notes

This commit is contained in:
Daniele Varrazzo 2022-10-06 03:56:26 +01:00
parent bc82c8f9cc
commit a12dbc4357

6
NEWS
View File

@ -5,11 +5,11 @@ What's new in psycopg 2.9.4
^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Fix `~psycopg2.extras.register_composite()`,
`~psycopg2.extras.register_range()` with customized search_path
`~psycopg2.extras.register_range()` with customized :sql:`search_path`
(:ticket:`#1487`).
- Handle correctly composite types with names or in schemas requiring escape.
- Find ``pg_service.conf file in the ``/etc/postgresql-common`` in binary
packages (:ticket:`1365`).
- Find ``pg_service.conf`` file in the ``/etc/postgresql-common`` directory in
binary packages (:ticket:`#1365`).
- `~psycopg2.errorcodes` map and `~psycopg2.errors` classes updated to
PostgreSQL 15.
- Wheel package compiled against OpenSSL 1.1.1q and PostgreSQL 14.4