Skip to content

Commit

Permalink
docs(changelog): fix minor typo in Changelog (remix-run#12564)
Browse files Browse the repository at this point in the history
* fix minor typo in Changelog

* Accept CLA
  • Loading branch information
jclarkin authored Dec 16, 2024
1 parent 65a5af6 commit 62e2bc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ React Router v7 requires the following minimum versions:

#### Adopted Future Flag Behaviors

Remix and React Router follow an [API Development Strategy](https://reactrouter.com/en/main/guides/api-development-strategy) leveraging "Future Flags" to avoid introducing a slew of breaking changes in a major release. Instead, breaking changes are introduce din minor releases behind a flag, allowing users to opt-in at their convenience. In the next major release, all future flag behaviors become the default behavior.
Remix and React Router follow an [API Development Strategy](https://reactrouter.com/en/main/guides/api-development-strategy) leveraging "Future Flags" to avoid introducing a slew of breaking changes in a major release. Instead, breaking changes are introduced in minor releases behind a flag, allowing users to opt-in at their convenience. In the next major release, all future flag behaviors become the default behavior.

The following previously flagged behaviors are now the default in React Router v7:

Expand Down
1 change: 1 addition & 0 deletions contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@
- jasikpark
- jasonpaulos
- jb-1980
- jclarkin
- jdufresne
- jenseng
- JeraldVin
Expand Down

0 comments on commit 62e2bc4

Please sign in to comment.