1
0
mirror of https://github.com/danog/amp.git synced 2024-11-30 04:29:08 +01:00

Add entries to changelog

This commit is contained in:
Niklas Keller 2017-09-19 21:08:25 +02:00
parent bd428ca31b
commit 8b136336a9

View File

@ -1,3 +1,12 @@
### 2.0.2
- Fixed warnings and timers in `EventDriver`.
- Does no longer hide warnings from `stream_select`.
### 2.0.1
- Fixed an issue where the loop blocks even though all watchers are unreferenced.
2.0.0
-----