1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

updated TODO and CHANGELOG

This commit is contained in:
John Mair 2011-07-27 03:23:11 +12:00
parent b3763f9382
commit df10d6397e
2 changed files with 4 additions and 0 deletions

View file

@ -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!)

2
TODO
View file

@ -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