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
1 changed files with 1 additions and 0 deletions

View File

@ -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