updated CHANGELOG to indicate fixed jedit editor support and that missing plugins no longer raise exception (just give warnings to )

This commit is contained in:
John Mair 2011-07-27 23:23:10 +12:00
parent 1d7205352e
commit 0777d6e4a7
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@
* fixed indentation for simple-prompt
* hist command now excludes last line of input (the command invocation itself)
* hist now has `history` alias
* missing plugins no longer raise exception, just print a warning to $stderr
* fixed jedit editor support
21/6/2011 version 0.9.2
* fixed string interpolation bug (caused valid ruby code not to execute, sorry!)