2015-08-11 19:57:59 -04:00
|
|
|
# dev
|
|
|
|
|
2015-09-23 22:56:55 +02:00
|
|
|
- Convert general `\RuntimeException` to more specific
|
|
|
|
`Amp\CombinatorException`.
|
2015-09-10 23:19:43 +02:00
|
|
|
|
|
|
|
### 1.0.4
|
|
|
|
|
2015-09-10 21:21:57 +02:00
|
|
|
- Repeat watchers in LibeventReactor internally were handled in
|
|
|
|
microsecond intervals instead of milliseconds.
|
2015-08-11 19:57:59 -04:00
|
|
|
|
2015-08-19 20:47:04 -04:00
|
|
|
### 1.0.3
|
|
|
|
|
|
|
|
- Fix issue in NativeReactor capable of causing keep alive
|
|
|
|
counter corruption when a watcher was cancelled inside its
|
|
|
|
own callback.
|
2015-08-20 03:28:14 +02:00
|
|
|
- Fix issue in UvReactor with libuv >= 1.1.0 causing busy loop
|
|
|
|
with immediates present, but no watchers being triggered.
|
2015-08-19 20:47:04 -04:00
|
|
|
|
2015-08-18 09:35:05 -04: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.
|
|
|
|
|
2015-08-11 19:57:59 -04:00
|
|
|
### 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
|