From 72539124c5c9107ea277835b87656d570c55bf73 Mon Sep 17 00:00:00 2001 From: Paul Haesler Date: Fri, 15 Mar 2024 10:00:10 +1100 Subject: [PATCH] Update whats_new.rst --- docs/about/whats_new.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/about/whats_new.rst b/docs/about/whats_new.rst index cb5fb7109..dd041a4b9 100644 --- a/docs/about/whats_new.rst +++ b/docs/about/whats_new.rst @@ -37,6 +37,7 @@ v1.9.next - Migrate away from deprecated Python pkg_resources module (:pull:`1558`) - Add `custom_offsets` and `order_by` arguments to search_retunrning() - order_by still unimplemented. (:pull:`1557`) - Fix and enhance typehints, automated static type checking with mypy. (:pull:`1562`) +- Improve SQLAlchemy join hints, addressing an recurring but intermittent bug. (:pull:`1564`) v1.8.next