From: Dylan Young Date: Mon, 15 Jun 2026 03:31:53 +0000 (-0300) Subject: docs: add news item about wait_selector fix X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0a214f80f66be6fc883f22f7d4a22ceb82e10ceb;p=thirdparty%2Fpsycopg.git docs: add news item about wait_selector fix --- diff --git a/docs/news.rst b/docs/news.rst index 75664bf3b..13c68dc37 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -15,6 +15,8 @@ Psycopg 3.3.5 (unreleased) - Discard prepared statements upon :sql:`ALTER *` or `DISCARD *` (:ticket:`#1307`). +- Fix `!wait_selector` wait function to not raise `!KeyError` + (:ticket:`#1327`). Current release