Skip to content

Commit

Permalink
Prepare v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kelunik committed Nov 7, 2017
1 parent 19113ed commit 9f693b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### Unreleased
### 2.0.3

- `Loop::set()` replaces the current driver with a dummy driver for the time of `gc_collect_cycles()` now. This allows cyclic references to be cleaned up properly before the new driver is set. Without such a fix, cyclic references might have been cleaned up later, e.g. cancelling their watcher IDs on the new loop, thereby cancelling the wrong watchers.
- Promise combinator functions (`all(), `any()`, `first()`, `some()`) now preserve order of the given `$promises` array argument.
Expand Down

0 comments on commit 9f693b1

Please sign in to comment.