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 68d7680 commit 359db45Copy full SHA for 359db45
Changes.textile
@@ -4,6 +4,10 @@ p=. _This files lists all changes in the CodeRay library since the 0.9.8 release
4
5
{{toc}}
6
7
+h2. Changes in 1.0.7
8
+
9
+* Fix issue with plugin files not being loaded. [GH-20, thanks to Will Read]
10
11
h2. Changes in 1.0.6
12
13
* New option @:break_lines@ for the HTML encoder (splits tokens at line breaks). [GH-15, thanks to Etienne Massip]
lib/coderay/version.rb
@@ -1,3 +1,3 @@
1
module CodeRay
2
- VERSION = '1.0.6'
+ VERSION = '1.0.7'
3
end
0 commit comments