Skip to content

Commit d3271f9

Browse files
committed
docs: Add new entry to 4.0 changelog
1 parent 1f44136 commit d3271f9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/src/pages/blog/next-intl-4-0.mdx

+3-2
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,9 @@ I'm particularly excited about the announcement of `rootParams`, as it seems lik
233233
2. Require locale to be returned from `getRequestConfig` (see [PR #1486](https://github.com/amannn/next-intl/pull/1486))
234234
3. Disallow passing `null`, `undefined` or `boolean` as an ICU argument (see [PR #1561](https://github.com/amannn/next-intl/pull/1561))
235235
4. Bump minimum required TypeScript version to 5 for projects using TypeScript (see [PR #1481](https://github.com/amannn/next-intl/pull/1481))
236-
5. Remove deprecated APIs (see [PR #1479](https://github.com/amannn/next-intl/pull/1479))
237-
6. Remove deprecated APIs pt. 2 (see [PR #1482](https://github.com/amannn/next-intl/pull/1482))
236+
5. Return `x-default` alternate link also for sub pages when using `localePrefix: 'always'` and update middleware matcher suggestion in docs (see [PR #1720](https://github.com/amannn/next-intl/pull/1720))
237+
6. Remove deprecated APIs (see [PR #1479](https://github.com/amannn/next-intl/pull/1479))
238+
7. Remove deprecated APIs pt. 2 (see [PR #1482](https://github.com/amannn/next-intl/pull/1482))
238239

239240
## Upgrade now
240241

0 commit comments

Comments
 (0)