Skip to content

Commit d0413f0

Browse files
Update CHANGELOG.md
1 parent 493a280 commit d0413f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ New features:
1111
Bugfixes:
1212

1313
Other improvements:
14+
- Allows `XMLDocument` and `HTMLDocument` to be understood as `Document` responses ([#157](https://github.com/purescript-contrib/purescript-affjax/pull/157))
1415

1516
## [v11.0.0](https://github.com/purescript-contrib/purescript-affjax/releases/tag/v11.0.0) - 2020-09-06
1617

@@ -24,7 +25,7 @@ Other improvements:
2425

2526
- Updated for latest `purescript-form-urlencoded`.
2627
- Some helper functions were combined to accept `Maybe RequestBody` rather than having two variations of each.
27-
- All request functions now return `Either Error _` - the `Aff` error channel is no longer used to capture errors from the `XHR` object, and the provided `Error` type captures the various possible error cases that can occur.
28+
- All request functions now return `Either Error _`; the `Aff` error channel is no longer used to capture errors from the `XHR` object, and the provided `Error` type captures the various possible error cases that can occur.
2829
- `retry` was removed.
2930

3031
## [v9.0.1](https://github.com/purescript-contrib/purescript-affjax/releases/tag/v9.0.1) - 2019-09-05

0 commit comments

Comments
 (0)