summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2022-10-06 03:56:26 +0100
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2022-10-06 03:58:50 +0100
commita12dbc435734e592621a760cc32142e77c6e4883 (patch)
treeb52ecfc2ccbca8086aee866746d4d8e3fccd5114
parentbc82c8f9cc42d8f9313e9c78abdbeee82ec9e052 (diff)
downloadpsycopg2-a12dbc435734e592621a760cc32142e77c6e4883.tar.gz
docs: fix typos in release notes
-rw-r--r--NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index b606063..62a70fc 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