-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChanges
33 lines (27 loc) · 1.12 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Revision history for perl module AnyEvent::Delay::Simple
0.06 2014-09-13
- Fixed handling of exceptions that may be raised into condvar
callbacks.
0.05 2014-02-24
[Incompatible changes]
- The condition variable in list of callback arguments of delay()
function moved to the last position.
[New features]
- If the first argument of the delay() or easy_delay() functions is
blessed reference then all callbacks calls as methods of this
reference.
0.04 2013-11-20
[Incompatible changes]
- Implemented control the flow of events within step. Changed
arguments passed to callbacks and handlers.
- Changed rule of importing finction it AE namespace. Now function
will be prefixed with "AE::".
[Other]
- The old version of the delay() function is now called as
easy_delay().
0.03 2013-11-19
- Implemented data transfer along the chain of callbacks.
0.02 2013-11-18
- Implemented import of function into AE namespace.
0.01 2013-11-18
- Initial public release.