diff options
author | Kornelius Kalnbach <murphy@rubychan.de> | 2012-04-13 15:41:29 +0200 |
---|---|---|
committer | Kornelius Kalnbach <murphy@rubychan.de> | 2012-04-13 15:41:29 +0200 |
commit | 5598df049e8823f9838b348e76227ef836c4e39b (patch) | |
tree | ff0ae7c93edde90a65f556d894e2c894bdc15487 /Changes.textile | |
parent | 6f3922f4938184d524ba990f0fa3d81531fd9b1e (diff) | |
parent | 359db4594e7fc874cf8087f599dc4e96b22e586b (diff) | |
download | coderay-5598df049e8823f9838b348e76227ef836c4e39b.tar.gz |
Merge branch 'master' into multiline-inline-diff
Diffstat (limited to 'Changes.textile')
-rw-r--r-- | Changes.textile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Changes.textile b/Changes.textile index 60382f5..470ba33 100644 --- a/Changes.textile +++ b/Changes.textile @@ -4,6 +4,17 @@ p=. _This files lists all changes in the CodeRay library since the 0.9.8 release {{toc}} +h2. Changes in 1.0.7 + +* Fix issue with plugin files not being loaded. [GH-20, thanks to Will Read] + +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] +* Improved speed of @:line_numbers => :inline@ option for the HTML encoder. +* 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 Fixes: |