Skip to content

Commit fccbc12

Browse files
committed
Remove empty secton from 7.5.2
1 parent c32c4e2 commit fccbc12

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

CHANGELOG.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,30 +16,29 @@ We manage release notes in this file instead of the paginated Github Releases Pa
1616
- [v7.5.2](#v752)
1717
- [Security Notice](#security-notice)
1818
- [Patch Changes](#patch-changes)
19-
- [Unstable Changes](#unstable-changes)
2019
- [v7.5.1](#v751)
2120
- [Patch Changes](#patch-changes-1)
22-
- [Unstable Changes](#unstable-changes-1)
21+
- [Unstable Changes](#unstable-changes)
2322
- [v7.5.0](#v750)
2423
- [What's Changed](#whats-changed)
2524
- [`route.lazy` Object API](#routelazy-object-api)
2625
- [Minor Changes](#minor-changes)
2726
- [Patch Changes](#patch-changes-2)
28-
- [Unstable Changes](#unstable-changes-2)
27+
- [Unstable Changes](#unstable-changes-1)
2928
- [Changes by Package](#changes-by-package)
3029
- [v7.4.1](#v741)
3130
- [Security Notice](#security-notice-1)
3231
- [Patch Changes](#patch-changes-3)
33-
- [Unstable Changes](#unstable-changes-3)
32+
- [Unstable Changes](#unstable-changes-2)
3433
- [v7.4.0](#v740)
3534
- [Minor Changes](#minor-changes-1)
3635
- [Patch Changes](#patch-changes-4)
37-
- [Unstable Changes](#unstable-changes-4)
36+
- [Unstable Changes](#unstable-changes-3)
3837
- [Changes by Package](#changes-by-package-1)
3938
- [v7.3.0](#v730)
4039
- [Minor Changes](#minor-changes-2)
4140
- [Patch Changes](#patch-changes-5)
42-
- [Unstable Changes](#unstable-changes-5)
41+
- [Unstable Changes](#unstable-changes-4)
4342
- [Client-side `context` (unstable)](#client-side-context-unstable)
4443
- [Middleware (unstable)](#middleware-unstable)
4544
- [Middleware `context` parameter](#middleware-context-parameter)
@@ -52,7 +51,7 @@ We manage release notes in this file instead of the paginated Github Releases Pa
5251
- [Allow a root `loader` in SPA Mode](#allow-a-root-loader-in-spa-mode)
5352
- [Minor Changes](#minor-changes-3)
5453
- [Patch Changes](#patch-changes-6)
55-
- [Unstable Changes](#unstable-changes-6)
54+
- [Unstable Changes](#unstable-changes-5)
5655
- [Split Route Modules (unstable)](#split-route-modules-unstable)
5756
- [Changes by Package](#changes-by-package-3)
5857
- [v7.1.5](#v715)
@@ -343,10 +342,6 @@ Fixed 2 security vulnerabilities that could result in cache-poisoning attacks by
343342
- Optionally, set `X-Remix-Replace: true` or `X-Remix-Reload-Document: true` headers to replicate `replace()`/`redirectDocument()` functionality
344343
- ⚠️ Please note that these responses rely on implementation details that are subject to change without a SemVer major release, and it is recommended you set up integration tests for your application to confirm this functionality is working correctly with each future React Router upgrade
345344

346-
### Unstable Changes
347-
348-
⚠️ _[Unstable features](https://reactrouter.com/community/api-development-strategy#unstable-flags) are not recommended for production use_
349-
350345
**Full Changelog**: [`v7.5.1...v7.5.2`](https://github.com/remix-run/react-router/compare/[email protected]@7.5.2)
351346

352347
## v7.5.1

0 commit comments

Comments
 (0)