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

updated CHANGELOG and TODO

This commit is contained in:
John Mair 2011-07-26 01:07:28 +12:00
parent 31011ba3e0
commit d74ddeea7a
2 changed files with 2 additions and 0 deletions

View file

@ -2,6 +2,7 @@
* hist command now excludes last line of input (the command invocation itself) * hist command now excludes last line of input (the command invocation itself)
* `pry -r` requires now happen after plugin loading (so as not to interfere with * `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 * 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"
21/6/2011 version 0.9.2 21/6/2011 version 0.9.2
* fixed string interpolation bug (caused valid ruby code not to execute, sorry!) * fixed string interpolation bug (caused valid ruby code not to execute, sorry!)

1
TODO
View file

@ -3,6 +3,7 @@
* `pry -r` requires now happen after plugin loading (so as not to interfere with * `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 * new Pry.config.disable_auto_reload option, for turning off auto reloading by edit-method and related
* add better error messages for `cd` command * add better error messages for `cd` command
* fixed exotic object regression - BasicObject.new etc now return "=> unknown"
* fix show-doc bug for ruby 1.8 and Kernel.fork * fix show-doc bug for ruby 1.8 and Kernel.fork
0.9.0 0.9.0