--- AnyEvent-ReadLine-Gnu/Changes 2012/05/10 02:21:48 1.1 +++ AnyEvent-ReadLine-Gnu/Changes 2017/12/12 15:50:45 1.7 @@ -1,5 +1,25 @@ Revision history for Perl extension AnyEvent::ReadLine::Gnu +1.1 Tue Dec 12 16:42:04 CET 2017 + - it was not possible to specify a completely empty prompt + (reported by Mons Anderson). + - added stability canary support. + +1.0 Fri May 11 17:37:36 CEST 2012 + - make sure any readline adornment is off even on first redisplay. + - added caveat section. + - fix "support" url. + +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.