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:
parent
31011ba3e0
commit
d74ddeea7a
2 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
* 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
|
||||
* 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
|
||||
* fixed string interpolation bug (caused valid ruby code not to execute, sorry!)
|
||||
|
|
1
TODO
1
TODO
|
@ -3,6 +3,7 @@
|
|||
* `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
|
||||
* 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
|
||||
|
||||
0.9.0
|
||||
|
|
Loading…
Reference in a new issue