]> 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:35:10 +0000 (12:35 +0100)
docs/news.rst

index 86cfc758cf59bc851233c13b9e1d4a5b77a73447..49e482e73e22ec85cf4bd3994391deb596101cf8 100644 (file)
@@ -13,6 +13,8 @@ Future releases
 Psycopg 3.1.1
 ^^^^^^^^^^^^^
 
+- 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`).