The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
After 0.9:
	Optional second argument to ->readline;
	[sg]etHistory, tkRunning features documented;
	Operate overwriting parameter fixed;
	AddHistory copied to addhistory in T::R::Perl;
	[SG]etHistory documented;
	tkRunning feature documented.
	eval "" => eval {}
	local => my
After 0.91:
	Couple of bugs with my $var = @_;
	use SelfLoader; moved to DATA.
	Works in XTERM on OS/2.
0.93:
	Updates to Operate, couple of keybindings added.
	$rl_completer_terminator_character, $rl_correct_sw added.
	Reload-init-file moved to C-x C-x.
	C-x ? and C-x * list/insert possible completions (similar to
		tcsh globbing).
	For a second ReadLine interface ReadLine::Stub is used (unsuccessfully)?
	C-x * moves cursor correctly.
0.94:
	Should work everywhere where stty works (possibly with a warning).
	Warning says where to find TRK, switchable off.
	ReadLine.pm removed from distribution.
0.95:
		(from Jim Meyering):
	* readline.pm (preinit): Recognize bash's `input-meta' as a
	valid variable name.
	(F_ReReadInitFile): Recognize key binding directives in which
	the double-quoted RHS contains white space.
	(rl_set): Treat bash's `visible-stats' as a synonym of
	CompleteAddsuffix.
	Workaround against Term::ReadKey::ReadMode returning undef
		(thanks to Helmut Jarausch).