diff options
author | Juan Carlos <juancarlospaco@gmail.com> | 2022-11-28 17:15:44 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-28 15:15:44 -0500 |
commit | dd57410afe0eec3140b26493844cc76c586dfcfd (patch) | |
tree | eabffddcb7aa2f311d702bea08c2a2920f3881fc /changelog.md | |
parent | 8a68ed65d00d456198c8724b8e579a929233419b (diff) | |
download | Nim-dd57410afe0eec3140b26493844cc76c586dfcfd.tar.gz |
Improve jsformdata (#20929)
* jsformdata now accepts Blob data type similar to JS * jsformdata now accepts Blob data type similar to JS
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index 1c49b2e55..fbf7e46ad 100644 --- a/changelog.md +++ b/changelog.md @@ -133,6 +133,8 @@ - `std/net.IpAddress` dollar `$` improved, uses a fixed capacity for the `string` result based from the `IpAddressFamily`. - `std/jsfetch.newFetchOptions` now has default values for all parameters +- `std/jsformdata` now accepts `Blob` data type. + [//]: # "Additions:" - Added ISO 8601 week date utilities in `times`: |