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

557 B

master

  • 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

v0.2.0

  • Added Alert\Forkable interface for safely forking event reactors without resource corruption
  • Alert\LibeventReactor now implements Alert\Forkable

BC BREAKS: none

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