diff --git a/CHANGELOG b/CHANGELOG index 8d3017e9..03de184e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,6 +3,8 @@ * `pry -r` requires now happen after plugin loading (so as not to interfere with * new Pry.config.disable_auto_reload option, for turning off auto reloading by edit-method and related * fixed exotic object regression - BasicObject.new etc now return "=> unknown" +* added reload-method command (reloads the associated file of a method) +* converted: import => import-set, version => pry-version, install => install-command 21/6/2011 version 0.9.2 * fixed string interpolation bug (caused valid ruby code not to execute, sorry!) diff --git a/TODO b/TODO index 98c534e3..9d2a28b7 100644 --- a/TODO +++ b/TODO @@ -7,7 +7,9 @@ * add toggle-command * change some command names to include hyphen, e.g version => pry-version, install => install-command * do cat --ex and edit --ex +* add reload-method * fixed exotic object regression - BasicObject.new etc now return "=> unknown" +* converted: import => import-set, version => pry-version, install => install-command * fix show-doc bug for ruby 1.8 and Kernel.fork 0.9.0