diff --git a/CHANGELOG b/CHANGELOG index 3c3959a9..b062ba74 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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)