Skip to content

Commit

Permalink
Prepare v2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kelunik committed Dec 5, 2017
1 parent 98cfaa6 commit b6be387
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 2.0.4

- Allow `AMP_DEBUG` to be defined via the environment.
- Fix formatting of stack traces used for double resolution debugging.

### 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.
Expand Down

0 comments on commit b6be387

Please sign in to comment.