mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
updated CHANGELOG with some 0.9.0 changes
This commit is contained in:
parent
4ecfdf7936
commit
69b91bfecf
1 changed files with 24 additions and 6 deletions
18
CHANGELOG
18
CHANGELOG
|
@ -1,3 +1,21 @@
|
|||
??/6/2011 version 0.9.0
|
||||
* plugin system
|
||||
* regex commands
|
||||
* show-method works on methods defined in REPL
|
||||
* new command system/API
|
||||
* rubinius core support
|
||||
* inp/out special locals
|
||||
* _ex_ backtrace navigation object (_ex_.line, _ex_.file)
|
||||
* readline history saving/loading
|
||||
* prompt stack
|
||||
* more hooks
|
||||
* amend-line
|
||||
* play
|
||||
* show-input
|
||||
* much more comprehensive test suite
|
||||
* support for new and old rubygems API
|
||||
* changed -s behaviour of ls (now excludes Object methods)
|
||||
|
||||
26/3/2011 version 0.7.6.1
|
||||
* added slightly better support for YARD
|
||||
* now @param and @return tags are colored green and markdown `code` is syntax highlighted using coderay
|
||||
|
|
Loading…
Reference in a new issue