Skip to content

Commit 0287a14

Browse files
committed
Modify change log
1 parent 113f7ab commit 0287a14

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
<!--变更日志-->
22

3+
# v1.1.2 Release notes
4+
5+
### Features
6+
7+
- Support go version range `go1.13` ~ `go1.21`(New support `go1.21`).
8+
- Support capture values of `InheritableThreadLocal` by `WrapTask()`, `WrapWaitTask()` and `WrapWaitResultTask()` methods.
9+
- Support run `FutureTask` by `FutureTask.Run()` method.
10+
- Define function type `Runnable` and `FutureCallable`.
11+
12+
### Changes
13+
14+
- Rename type `Future` to `FutureTask`.
15+
- Skip first runtime panic stack automatically for `RuntimeError`.
16+
17+
# Links
18+
19+
- Source code [https://github.com/timandy/routine/tree/v1.1.2](https://github.com/timandy/routine/tree/v1.1.2)
20+
21+
---
22+
323
# v1.1.1 Release notes
424

525
### Features

0 commit comments

Comments
 (0)