mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
updated TODO
This commit is contained in:
parent
7ece261723
commit
309c3cf3cd
1 changed files with 4 additions and 0 deletions
4
TODO
4
TODO
|
@ -3,6 +3,10 @@
|
||||||
* `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
|
||||||
|
* add command_prefix
|
||||||
|
* add toggle-command
|
||||||
|
* change some command names to include hyphen, e.g version => pry-version, install => install-command
|
||||||
|
* do cat --ex and edit --ex
|
||||||
* fixed exotic object regression - BasicObject.new etc now return "=> unknown"
|
* 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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue