From 4a94ca82621f2261ab5e26b98f67f7cc033e6d06 Mon Sep 17 00:00:00 2001 From: Armand Philippot <59021693+ArmandPhilippot@users.noreply.github.com> Date: Fri, 2 Aug 2024 16:06:08 +0200 Subject: [PATCH] fix(astro-content): reword changeset --- .changeset/dull-taxis-warn.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/dull-taxis-warn.md b/.changeset/dull-taxis-warn.md index 3348aa9844eb..49129685ac8d 100644 --- a/.changeset/dull-taxis-warn.md +++ b/.changeset/dull-taxis-warn.md @@ -2,4 +2,4 @@ 'astro': patch --- -Adds deprecation warning on `getEntryBySlug` and `getDataEntryById` functions exported by `astro:content`. +Deprecates `getEntryBySlug` and `getDataEntryById` functions exported by `astro:content` in favor of `getEntry`.