2013-11-24 17:30:03 +01:00
|
|
|
v0.3.0
|
|
|
|
------
|
2013-09-08 15:46:25 +02:00
|
|
|
|
|
|
|
- Timed event callbacks now passed the reactor instance at param 2 upon invocation
|
|
|
|
- IO callbacks now passed the reactor instance at param 3 upon invocation
|
2013-11-24 17:30:03 +01:00
|
|
|
- Minor bugfixes/improvements
|
|
|
|
|
|
|
|
> **BC BREAKS**: *none*
|
2013-09-08 15:46:25 +02:00
|
|
|
|
2013-08-29 08:38:13 +02:00
|
|
|
v0.2.0
|
|
|
|
------
|
|
|
|
|
|
|
|
- Added `Alert\Forkable` interface for safely forking event reactors without resource corruption
|
|
|
|
- `Alert\LibeventReactor` now implements `Alert\Forkable`
|
|
|
|
|
|
|
|
> **BC BREAKS**: *none*
|
|
|
|
|
2013-08-12 17:35:18 +02:00
|
|
|
#### v0.1.2
|
|
|
|
|
|
|
|
- Addressed execution time drift in repeating native reactor alarms
|
|
|
|
|
|
|
|
#### v0.1.1
|
|
|
|
|
|
|
|
- Addressed infinite recursion in repeating callbacks
|
|
|
|
|
|
|
|
v0.1.0
|
|
|
|
------
|
|
|
|
|
|
|
|
- Initial tagged release
|