summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKornelius Kalnbach <murphy@rubychan.de>2012-04-02 00:51:17 +0200
committerKornelius Kalnbach <murphy@rubychan.de>2012-04-02 00:51:17 +0200
commit240f002759809c7c7ca368b04205f3f3de0e8592 (patch)
tree3ce87794d9873a57911278750393a4e0393b7937
parente58cdd2a130ef619e54360207761bc50b2d39f83 (diff)
downloadcoderay-240f002759809c7c7ca368b04205f3f3de0e8592.tar.gz
update changelog, bump version to 1.0.6v1.0.6.rc1
-rw-r--r--Changes.textile2
-rw-r--r--lib/coderay/version.rb2
2 files changed, 3 insertions, 1 deletions
diff --git a/Changes.textile b/Changes.textile
index 9ac871a..1689e7b 100644
--- a/Changes.textile
+++ b/Changes.textile
@@ -6,6 +6,8 @@ p=. _This files lists all changes in the CodeRay library since the 0.9.8 release
h2. Changes in 1.0.6
+* New option @:break_lines@ for the HTML encoder (splits tokens at line breaks). [GH-15, thanks to Etienne Massip]
+* Fixed wrong HTML file type. (was @:page@) [GH-16, thanks to Doug Hammond]
* The CSS Scanner now highlights tokens like @url(...)@ as @:function@ instead of @:string@. [GH-13, thanks to Joel Holdbrooks]
h2. Changes in 1.0.5
diff --git a/lib/coderay/version.rb b/lib/coderay/version.rb
index e2797b5..368b963 100644
--- a/lib/coderay/version.rb
+++ b/lib/coderay/version.rb
@@ -1,3 +1,3 @@
module CodeRay
- VERSION = '1.0.5'
+ VERSION = '1.0.6'
end