From a12dbc435734e592621a760cc32142e77c6e4883 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Thu, 6 Oct 2022 03:56:26 +0100 Subject: [PATCH] docs: fix typos in release notes --- NEWS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index b606063b..62a70fc0 100644 --- a/NEWS +++ b/NEWS @@ -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