mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
updated CHANGELOG
This commit is contained in:
parent
6d91b695a2
commit
3b5668f5fe
1 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
|||
*/8/2011 version 0.9.4
|
||||
* tempfile should end in .rb (for edit -t)
|
||||
* ls output should not be in array format
|
||||
* fix history saving (should not save all of Readline::HISTORY, but only what changed)
|
||||
* prevent blank lines going to Readline::HISTORY (thanks cirwin!)
|
||||
* ensure that cat --ex emulates the `whereami` format - includes line numbers and formatted the same, etc
|
||||
|
||||
*/7/2011 version 0.9.3
|
||||
* cat --ex (cats 5 lines above and below line in file where exception was raised)
|
||||
* edit --ex (edits line in file where exception was raised)
|
||||
|
|
Loading…
Reference in a new issue