]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
docs: add news entry about Homebrew fix
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 5 Sep 2022 11:28:05 +0000 (12:28 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 5 Sep 2022 11:34:04 +0000 (12:34 +0100)
docs/news.rst

index c71a4dcbd2124891a8e1c39d90ad29af503db988..c148c58c5cca8c1c9f16e9b221fa0c5b567bd6e2 100644 (file)
@@ -13,6 +13,8 @@ Future releases
 Psycopg 3.0.18
 ^^^^^^^^^^^^^^
 
+- Work around broken Homebrew installation of the libpq in a non-standard path
+  (:ticket:`#364`)
 - Fix possible "unrecognized service" error in async connection when no port
   is specified (:ticket:`#366`).