mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
updated CHANGELOG with info on raise-up command
This commit is contained in:
parent
4213f18556
commit
f26b401936
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ MAJOR NEW FEATURES
|
|||
* pry-coolline now works properly with Pry (https://github.com/pry/pry-coolline)
|
||||
* alias_command method now much more powerful, e.g: alias_command "lM", "ls -M"
|
||||
* `whereami` is now more intelligent, automatically showing entire sourcecode of current method if current context is a method (thanks robgleeson).
|
||||
* new `raise-up` command. Allows you to raise an exception that will bubble out of pry (ending the session) and escape into enclosing program.
|
||||
|
||||
remaining items:
|
||||
* fixed windows crashing bug when paging
|
||||
|
|
Loading…
Reference in a new issue