Skip to content

Commit

Permalink
last changes before release of 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
korny committed Apr 5, 2012
1 parent 240f002 commit 31f8b4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Changes.textile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ 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]
* 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]

Expand Down
1 change: 1 addition & 0 deletions bench/bench.rb
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ def here fn = nil

options = {
:tab_width => 2,
# :line_numbers => :inline,
:css => $style ? :style : :class,
}
$hl = CodeRay.encoder(format, options) unless $dump_output
Expand Down

0 comments on commit 31f8b4e

Please sign in to comment.