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

22 lines
436 B
Plaintext
Raw Normal View History

# dev
- n/a
2015-08-18 15:35:05 +02:00
### 1.0.2
- Fix PHP7 issue in which top-level Throwables weren't caught
in certain coroutine contexts.
- Remove error suppression operater on optionally null option
assignment to avoid spurious E_NOTICE output when custom
error handlers are used.
### 1.0.1
- Fix bug preventing UvReactor::tick() from returning when no
events are ready for a single active IO watcher.
1.0.0
-----
- Initial stable API release