mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
updated CHANGELOG
This commit is contained in:
parent
f4877b0d0f
commit
5a38130d7e
1 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,10 @@
|
|||
* show-doc and stat now display method visibility (update WIKI)
|
||||
* got rid of warnings caused by stricter ruby 1.9.3 rules
|
||||
* remove interpolation of command names and fix interpolation error messag (update WIKI) (thanks ryanf!)
|
||||
* 'nested sessions' now use binding stacks (so each instance manages its own collection of bindings without spawning other instances)
|
||||
* changed `exit` command so that it now called Kernel#exit (after saving history)
|
||||
* 'quit' now behaves like 'exit-all' (and aliased to exit-all) - it breaks out of the repl loop and sets empties the binding_stack
|
||||
* 'cd ..' just pops a binding off the binding_stack with special behaviour when only one binding in stack - it breaks out of the repl loop
|
||||
|
||||
*/7/2011 version 0.9.3
|
||||
* cat --ex (cats 5 lines above and below line in file where exception was raised)
|
||||
|
|
Loading…
Reference in a new issue