Skip to content

Commit ccbbd6b

Browse files
committed
changelog
1 parent 5861362 commit ccbbd6b

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
- Introduce `AIOHTTPBackend` for making HTTP requests using the `aiohttp` library.
99
- This backend implements asynchronous HTTP requests only.
1010
- The library `aiohttp` is not installed by default. See the documentation for installation instructions.
11+
- Introduce `NiquestsHTTPBackend` for making HTTP requests using the `niquests` library.
12+
- This backend implements both synchronous and asynchronous HTTP requests.
13+
- The library `niquests` is not installed by default. See the documentation for installation instructions.
1114

1215
## 2.0.0
1316

docs/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
- Introduce `AIOHTTPBackend` for making HTTP requests using the `aiohttp` library.
99
- This backend implements asynchronous HTTP requests only.
1010
- The library `aiohttp` is not installed by default. See the documentation for installation instructions.
11+
- Introduce `NiquestsHTTPBackend` for making HTTP requests using the `niquests` library.
12+
- This backend implements both synchronous and asynchronous HTTP requests.
13+
- The library `niquests` is not installed by default. See the documentation for installation instructions.
1114

1215
## 2.0.0
1316

0 commit comments

Comments
 (0)