From 4e0ffa6d0a74618f78297f40bda40455cda8a690 Mon Sep 17 00:00:00 2001 From: Laurence Isla Date: Wed, 22 May 2024 18:55:22 -0500 Subject: [PATCH] changelog: fix link for deprecated feature --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3336ae49c..85cd12c84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -45,7 +45,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Deprecated - - `Prefer: params=single-object` is deprecated. Use [a function with a single unnamed JSON parameter](https://postgrest.org/en/latest/references/api/stored_procedures.html#s-proc-single-json) instead. - @steve-chavez + - `Prefer: params=single-object` is deprecated. Use [a function with a single unnamed JSON parameter](https://postgrest.org/en/latest/references/api/functions.html#function-single-json) instead. - @steve-chavez ### Documentation