From 3f4f9261328a0fc9a936cb2d995561022de3565a Mon Sep 17 00:00:00 2001 From: Daniel Chambers Date: Tue, 3 Dec 2024 15:26:53 +1100 Subject: [PATCH] Added changelog --- changelog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changelog.md b/changelog.md index dbca7ba4..6d8ee1a0 100644 --- a/changelog.md +++ b/changelog.md @@ -8,6 +8,9 @@ ### Fixed +- Predicates in relationships using in ordering (usually supplied by the engine's permission system) would fail to join the related tables correctly if the predicate was null. + [#655](https://github.com/hasura/ndc-postgres/pull/655) + ## [v1.2.0] - 2024-10-25 ### Added