Fix typo in CHANGELOG.

This commit is contained in:
Sergio Benitez 2024-05-23 15:48:11 -05:00
parent f53611f74f
commit b12cc56141
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ This release contains the following crate updates:
* The `FromForm` derive now properly records errors involving entire forms. * The `FromForm` derive now properly records errors involving entire forms.
* `FromForm` derive can now by used in code emitted by `macro_rules!` macros. * `FromForm` derive can now be used in code emitted by `macro_rules!` macros.
* **(fix [#2668] via [52de9a])** [`TempFile`] now ensures it flushes before * **(fix [#2668] via [52de9a])** [`TempFile`] now ensures it flushes before
being persisted. being persisted.