Skip to content

Commit d8caa17

Browse files
authored
Update CHANGELOG.md
1 parent 93068c5 commit d8caa17

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,14 @@ Breaking changes:
99
New features:
1010

1111
Bugfixes:
12-
- Passing `Nothing` for the `filename` parameter to `appendBlob` and `setBlob`
13-
has the effect of using the filename from the `File` object, rather than
14-
making filename equal to `"null"`.
1512

1613
Other improvements:
1714

15+
## [v5.0.1](https://github.com/purescript-web/purescript-web-xhr/releases/tag/v5.0.1) - 2023-04-20
16+
17+
Bugfixes:
18+
- Passing `Nothing` for the `filename` parameter to `appendBlob` and `setBlob` has the effect of using the filename from the `File` object, rather than making filename equal to `"null"`. (#23 by @fsoikin)
19+
1820
## [v5.0.0](https://github.com/purescript-web/purescript-web-xhr/releases/tag/v5.0.0) - 2022-04-27
1921

2022
Breaking changes:

0 commit comments

Comments
 (0)