Skip to content

Commit fd26fe0

Browse files
committed
Update changelog for 3.2.2
1 parent 2e8040c commit fd26fe0

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# 3.2.2
2+
3+
### Improvements
4+
5+
- Released [OkHttp](https://square.github.io/okhttp/) module.
6+
- Released [Retrofit](https://square.github.io/retrofit/) module.
7+
- Added `Call` support to `FailsafeExecutor`, which can cancel synchrnous calls.
8+
- Added `onCancel` callback to `ExecutionContext`, which can propagate cancellations.
9+
10+
### SPI Changes
11+
12+
- `SyncExecutionInternal.isInterruptable()` and `.setInterrupted` were removed and `.interrupt()` was added instead to simplify performing an interruption.
13+
114
# 3.2.1
215

316
### Improvements

0 commit comments

Comments
 (0)