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:
parent
ddca159375
commit
955e3e5d0a
@ -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
|
Loading…
Reference in New Issue
Block a user