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

Update CHANGELOG

This commit is contained in:
Daniel Lowrey 2014-04-22 23:11:29 -04:00
parent 3b2feb82bc
commit 156c00eed7

View File

@ -1,3 +1,9 @@
#### master
- Add new `SignalReactor` for capturing and reacting to POSIX signals
- `LibeventReactor` now implements `SignalReactor`
#### v0.7.1
- `PromiseGroup` now transparently succeeds instead of throwing on empty futures array