Skip to content

Commit

Permalink
Update Changelog.md (#9235)
Browse files Browse the repository at this point in the history
Summary:
Broken formatting

<!--
  If this is a change to library defintions, please include links to relevant documentation.
  If this is a documentation change, please prefix the title with [DOCS].

  If this is neither, ensure you opened a discussion issue and link it in the PR description.
-->

Pull Request resolved: #9235

Reviewed By: pieterv

Differential Revision: D66648860

fbshipit-source-id: ef0e631b051204832b0680d01421d0cdc48c2d8d
  • Loading branch information
Dagur authored and facebook-github-bot committed Dec 2, 2024
1 parent 162d320 commit 2bd5950
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Library Definitions:
type ReactConfigShim<Props, DefaultProps> = $ReadOnly<{
...Omit<Props, $Keys<DefaultProps>>, ...Partial<DefaultProps>
}>;
```

### 0.254.2

Expand Down

0 comments on commit 2bd5950

Please sign in to comment.