From b0e2d942261d0be203a1b1c8d0d02d5065901561 Mon Sep 17 00:00:00 2001 From: Vincent Sarago Date: Mon, 8 Apr 2024 17:21:41 +0200 Subject: [PATCH] Update CHANGES.md Co-authored-by: Pete Gadomski --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 3563a7cbc..bc6475fe1 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ ### Changed -* Make sure FastAPI use Pydantic validatio and serialization by no wrapping endpoint output with a Response object ([#650](https://github.com/stac-utils/stac-fastapi/pull/650)) +* Make sure FastAPI uses Pydantic validation and serialization by not wrapping endpoint output with a Response object ([#650](https://github.com/stac-utils/stac-fastapi/pull/650)) ### Removed