summaryrefslogtreecommitdiff
path: root/.changeset/ninety-nights-hug.md
diff options
context:
space:
mode:
Diffstat (limited to '.changeset/ninety-nights-hug.md')
-rw-r--r--.changeset/ninety-nights-hug.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/.changeset/ninety-nights-hug.md b/.changeset/ninety-nights-hug.md
deleted file mode 100644
index aa4017497..000000000
--- a/.changeset/ninety-nights-hug.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-'astro': patch
----
-
-Fixes a bug where the functions `Astro.preferredLocale` and `Astro.preferredLocaleList` would return the incorrect locales
-when the Astro configuration specifies a list of `codes`. Before, the functions would return the `path`, instead now the functions
-return a list built from `codes`.