1
0
Fork 0
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:
John Mair 2012-04-19 00:28:36 +12:00
parent 4213f18556
commit f26b401936

View file

@ -8,6 +8,7 @@ MAJOR NEW FEATURES
* pry-coolline now works properly with Pry (https://github.com/pry/pry-coolline) * 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" * 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). * `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: remaining items:
* fixed windows crashing bug when paging * fixed windows crashing bug when paging