1
0
mirror of https://github.com/danog/amp.git synced 2024-11-26 20:15:00 +01:00

Add changelog entry for dummy driver in Loop::set()

This commit is contained in:
Niklas Keller 2017-10-10 14:34:16 +02:00
parent ddca159375
commit 955e3e5d0a
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
### Unreleased
- `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.
### 2.0.2
- Fixed warnings and timers in `EventDriver`.

@ -1 +1 @@
Subproject commit 0095e72ad9de35659b450f72f600c07dc9d1d4a7
Subproject commit 3f428686b8792627831535285e5e76747846cf66