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 about edit command now auto-reloading

This commit is contained in:
John Mair 2011-09-12 13:49:58 +12:00
parent 567546afad
commit 47bebadd34

View file

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