Skip to content

Commit

Permalink
Modify change log
Browse files Browse the repository at this point in the history
  • Loading branch information
timandy committed Oct 13, 2023
1 parent 9d0a228 commit 256e714
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
<!--变更日志-->

# v1.1.2 Release notes

### Features

- Support go version range `go1.13` ~ `go1.21`(New support `go1.21`).
- Support capture values of `InheritableThreadLocal` by `WrapTask()`, `WrapWaitTask()` and `WrapWaitResultTask()` methods.
- Support run `FutureTask` by `FutureTask.Run()` method.
- Define function type `Runnable` and `FutureCallable`.

### Changes

- Rename type `Future` to `FutureTask`.
- Skip first runtime panic stack automatically for `RuntimeError`.

# Links

- Source code [https://github.com/timandy/routine/tree/v1.1.2](https://github.com/timandy/routine/tree/v1.1.2)

---

# v1.1.1 Release notes

### Features
Expand Down

0 comments on commit 256e714

Please sign in to comment.