8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e58cdd2 commit 240f002Copy full SHA for 240f002
Changes.textile
@@ -6,6 +6,8 @@ p=. _This files lists all changes in the CodeRay library since the 0.9.8 release
6
7
h2. Changes in 1.0.6
8
9
+* New option @:break_lines@ for the HTML encoder (splits tokens at line breaks). [GH-15, thanks to Etienne Massip]
10
+* Fixed wrong HTML file type. (was @:page@) [GH-16, thanks to Doug Hammond]
11
* The CSS Scanner now highlights tokens like @url(...)@ as @:function@ instead of @:string@. [GH-13, thanks to Joel Holdbrooks]
12
13
h2. Changes in 1.0.5
lib/coderay/version.rb
@@ -1,3 +1,3 @@
1
module CodeRay
2
- VERSION = '1.0.5'
+ VERSION = '1.0.6'
3
end
0 commit comments