We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 113f7ab commit 0287a14Copy full SHA for 0287a14
1 file changed
CHANGELOG.md
@@ -1,5 +1,25 @@
1
<!--变更日志-->
2
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
23
# v1.1.1 Release notes
24
25
### Features
0 commit comments