From 47a3ee8663bb866d72583cb31ea8a89abb741fdd Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 8 Jun 2013 15:06:18 -0500 Subject: changelog --- Changes | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Changes b/Changes index a0fdbe8..a3cc900 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,18 @@ Revision history for Reply {{$NEXT}} + - expose a 'step' method to run single iterations of the repl + - plugins specified in the 'plugins' constructor parameter are now run + after loading config rather than before (this should give them more + control over what actually runs - if this is a problem, i might add + separate options for "before config" and "after config") + - config handling is split out into a separate Reply::Config class for + better reuse of the config loading logic + - DataDumper plugin now sets Terse and Sortkeys, since that produces + output that looks better + - plugins can now set multiple independent lexical environments, to allow + them to override the actual logical environment without wiping out + special vars set by other plugins 0.06 2013-06-08 - add Timer plugin (Arthur Axel fREW Schmidt) -- cgit v1.2.3-54-g00ecf