From f253f1ea38df886f78875bc722b7ce49b955c4f1 Mon Sep 17 00:00:00 2001 From: Jan Lelis Date: Thu, 7 Jul 2011 14:42:08 +0200 Subject: [PATCH] version bump 0.4.0 --- CHANGELOG.rdoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index 49a5e0a..c79166b 100644 --- a/CHANGELOG.rdoc +++ b/CHANGELOG.rdoc @@ -1,10 +1,10 @@ -== next (0.4.0) +== 0.4.0 * Add support for loading color schemas from yaml files * Add ability to hook in a custom colorizer - * Support for Paint, HighLine, old Wirb color names (Wirb0) and even older Wirble color names + * Support for Paint, HighLine (1.6.3), old Wirb color names (Wirb0) and even older Wirble color names * Wirb0(-like) colors are still default, but will be dropped (as default) in 1.0 * Provides hybrid connectors to Paint and HighLine that also enable Wirb colors (Wirb0_Paint, Wirb0_HighLine) -* Only display error on failed tokenizations if $VERBOSE is true +* Only display error on failed tokenizations if $VERBOSE is not false == 0.3.2 * Improve :<=> parsing :D