Skip to content

Commit 86e8da1

Browse files
committed
Tidy up release notes.
1 parent b7e8edd commit 86e8da1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

releases.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This improves compatibility with existing code that uses `timeout` and `read_tim
1818

1919
## v0.19.0
2020

21-
### Support `in_parallel`
21+
### Support `in_parallel`.
2222

2323
The adapter now supports the `in_parallel` method, which allows multiple requests to be made concurrently.
2424

@@ -56,7 +56,7 @@ end
5656

5757
## v0.18.0
5858

59-
### Config Block
59+
### Support for `config_block` returning a middleware wrapper.
6060

6161
The `config_block` provided to the adapter must now return `nil`, `client` or a middleware wrapper around `client`.
6262

@@ -74,7 +74,7 @@ end
7474

7575
## v0.17.0
7676

77-
### Per-thread Client Cache
77+
### Introduced a per-thread `Client` cache.
7878

7979
The default adapter now uses a per-thread client cache internally, to improve compatibility with existing code that shares a single `Faraday::Connection` instance across multiple threads.
8080

0 commit comments

Comments
 (0)