1
0
mirror of https://github.com/danog/amp.git synced 2025-01-22 05:11:42 +01:00

update changelog for 1.0.0-beta

This commit is contained in:
Daniel Lowrey 2015-05-12 15:02:06 -04:00
parent 3bc7583544
commit cd815b4b99

View File

@ -1,4 +1,15 @@
### master (v1.0.0-dev)
### HEAD
v1.0.0-beta
-----------
- README updates
- Fix bug sending `NativeReactor` into infinite loop in some cases
with the use of `repeat()` watcher timestamps.
- Fix incorrect IO read watcher count in `NativeReactor::__debugInfo()`
v1.0.0-alpha
------------
- All `Amp\Reactor` watcher methods now accept an options array
for future API expansion.