From 12927073fcb758021371b5f86d6f43f256a37eb8 Mon Sep 17 00:00:00 2001 From: John Mair Date: Mon, 12 Sep 2011 05:24:39 +1200 Subject: [PATCH] updated CHANGLOG with changes to play command --- CHANGELOG | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 43392331..e47d8ced 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,11 +1,13 @@ */9/2011 version 0.9.6 * restored previous behavior of command-line switches (allowing "-rfilename") * removed -p option (--play) from edit command -* `edit` with no arguments now edits the current or most recent expression +* `edit` with no arguments now edits the current or most recent expression * added -p option (--patch) to edit-method command, which allows monkeypatching methods without touching the original file * edit-method can now edit REPL-defined methods * cat --ex now works on exceptions in REPL-defined code +* play -m now uses eval_string.replace() +* play -m --open uses show-input to show play'd code 8/9/2011 version 0.9.5