Skip to content

Commit c556ee5

Browse files
committed
Changelog fix
1 parent 7087b7b commit c556ee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616

1717
- Type for `onChange.paths` wasn't strongly typed to `FormPath`.
1818
- Initial data was dereferenced after calling `superForm`, so it wasn't possible to update it when using `reset`.
19-
- `FormOptions` type required one type parameter that should've been defaulted to `Record<string, unknown>`.
19+
- `FormOptions` type required a type parameter that should've been defaulted to `Record<string, unknown>`.
2020

2121
## [2.4.0] - 2024-02-20
2222

0 commit comments

Comments
 (0)