mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
added some missing elements from 0.9.7 release CHANGELOG
This commit is contained in:
parent
6d51109d88
commit
9c2e5be3a0
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,9 @@ MAJOR NEW FEATURES:
|
||||||
complete CHANGELOG:
|
complete CHANGELOG:
|
||||||
* fixed syntax highlighting for object literals
|
* fixed syntax highlighting for object literals
|
||||||
* fixed ActiveSupport method-naming conflict with "in?"
|
* fixed ActiveSupport method-naming conflict with "in?"
|
||||||
|
* added --super option to edit-method, show-method, and friends - making it easier to operate on superclass methods
|
||||||
|
* officially added edit --in to open previous expressions in an editor
|
||||||
|
* whereami now works for REPL-defined code
|
||||||
* started using JRuby parser for input validation in JRuby (thanks pangloss!)
|
* started using JRuby parser for input validation in JRuby (thanks pangloss!)
|
||||||
* fixed bug where ~/.pryrc could be loaded more than once (thanks kelseyjudson!)
|
* fixed bug where ~/.pryrc could be loaded more than once (thanks kelseyjudson!)
|
||||||
* added parse_options! helper to pull option parsing out of commands
|
* added parse_options! helper to pull option parsing out of commands
|
||||||
|
|
Loading…
Reference in a new issue