Skip to content

Commit

Permalink
updated CHANGELOG and TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
banister committed Jul 25, 2011
1 parent ef7ebbc commit 8c444ba
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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
Expand Down
13 changes: 6 additions & 7 deletions TODO
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 8c444ba

Please sign in to comment.