Skip to content

Commit

Permalink
Add changelog entry for 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maxfierke committed May 31, 2021
1 parent 7896889 commit 62027ca
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

### 2.1.0
- Implemented a public API for [Yieldables](https://ember-concurrency.com/docs/yieldables),
a new way to instrument TaskInstances by providing a safe mechanism to
implement custom waiters, hooks, introspection, and other operations from
application code. (#413)
- Avoid applying task state updates out of order (#423, #426, fixes #422)
- [docs] Document that `@lastValue` does not support chained property access (#429)

### 2.0.3
- Remove runloop binding for `perform` and `cancel-all` helpers, preventing proper
instrumentation. (#414, fixes #409)
Expand Down
4 changes: 2 additions & 2 deletions rfcs/0001-yieldables.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
Stage: Accepted
Start Date: 2021-03-07
Release Date: Unreleased
Release Date: 2021-05-31
Release Versions:
ember-concurrency: vX.Y.Z
ember-concurrency: v2.1.0
RFC PR: https://github.com/machty/ember-concurrency/pull/413
---

Expand Down

0 comments on commit 62027ca

Please sign in to comment.