From: Daniele Varrazzo Date: Mon, 5 Sep 2022 11:28:05 +0000 (+0100) Subject: docs: add news entry about Homebrew fix X-Git-Tag: 3.0.18~1^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=649fdb030a2e5e08237a33515261f7065f6eb0c2;p=thirdparty%2Fpsycopg.git docs: add news entry about Homebrew fix --- diff --git a/docs/news.rst b/docs/news.rst index c71a4dcbd..c148c58c5 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -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`).