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
ef7ebbc61e
commit
8c444ba4f1
2 changed files with 11 additions and 7 deletions
|
@ -1,3 +1,8 @@
|
|||
*/7/2011 version 0.9.3
|
||||
* 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
|
||||
|
||||
21/6/2011 version 0.9.2
|
||||
* fixed string interpolation bug (caused valid ruby code not to execute, sorry!)
|
||||
* fixed `ls` command, so it can properly display members of Object and classes, and BasicObject, etc
|
||||
|
|
13
TODO
13
TODO
|
@ -1,10 +1,9 @@
|
|||
|
||||
ROADMAP
|
||||
|
||||
FUTURE
|
||||
--------
|
||||
* Pry server and Pry client for SLIME style remote repl connectinos.
|
||||
* i18n support
|
||||
0.9.3
|
||||
* 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
|
||||
* add better error messages for `cd` command
|
||||
* fix show-doc bug for ruby 1.8 and Kernel.fork
|
||||
|
||||
0.9.0
|
||||
Major features
|
||||
|
|
Loading…
Add table
Reference in a new issue