1
0
mirror of https://github.com/danog/amp.git synced 2025-01-22 13:21:16 +01:00

Prepare v2.0.4

This commit is contained in:
Niklas Keller 2017-12-05 08:56:44 +01:00
parent 98cfaa63ca
commit b6be3871f3

View File

@ -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.