--- AnyEvent-ReadLine-Gnu/Changes 2012/05/10 02:21:48 1.1 +++ AnyEvent-ReadLine-Gnu/Changes 2012/05/10 22:59:21 1.3 @@ -1,5 +1,19 @@ Revision history for Perl extension AnyEvent::ReadLine::Gnu +TODO: prompt method, or make prompt a callback, or... + + - added caveat section. + +0.2 Thu May 10 23:52:21 CEST 2012 + - the SYNOPSIS used cb instead of the correct + on_line parameter name. + - postpone the invocation of the on_line callback as readline + is not yet in a "new line" state when calling the callback. + - pass point position to callback. + - accept both cb and on_line for callback, croak if + both are missing. + - clarify encoding. + 0.1 Thu May 10 04:21:08 CEST 2012 - first release.