updated CHANGELOG

This commit is contained in:
John Mair 2011-08-15 15:37:14 +12:00
parent 6d91b695a2
commit 3b5668f5fe
1 changed files with 7 additions and 0 deletions

View File

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