From a5957092bdd312a6dde8c63e9bcd7f1da4859b26 Mon Sep 17 00:00:00 2001 From: "M. Taimoor Zaeem" Date: Thu, 23 Jan 2025 13:19:47 +0500 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d09d84481a..c94c456a80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,6 +39,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Previously, this would silently return 200 - OK on the root endpoint, but don't provide any usable endpoints. - #3757, Remove support for `Prefer: params=single-object` - @joelonsql + This preference was deprecated in favor of Functions with an array of JSON objects + - #3697, Querying non-existent table now returns `PGRST205` error instead of empty json - @taimoorzaeem ## [12.2.3] - 2024-08-01