mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
updated CHANGELOG with info about edit command now auto-reloading
This commit is contained in:
parent
567546afad
commit
47bebadd34
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
* restored previous behavior of command-line switches (allowing "-rfilename")
|
||||
* removed -p option (--play) from edit command
|
||||
* `edit` with no arguments now edits the current or most recent expression
|
||||
* `edit` auto-reloads .rb files (need to specify -n to suppress)
|
||||
* added -p option (--patch) to edit-method command, which allows
|
||||
monkeypatching methods without touching the original file
|
||||
* edit-method can now edit REPL-defined methods
|
||||
|
|
Loading…
Reference in a new issue