summaryrefslogtreecommitdiff
path: root/Changes.textile
diff options
context:
space:
mode:
Diffstat (limited to 'Changes.textile')
-rw-r--r--Changes.textile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Changes.textile b/Changes.textile
index 897bb31..5d4978f 100644
--- a/Changes.textile
+++ b/Changes.textile
@@ -59,7 +59,7 @@ h3. @Encoders::HTML@
The HTML encoder was cleaned up and simplified.
* *CHANGED* the default style to @:alpha@.
-* *NEW*: HTML 5 and CSS 3 compatible, IE incompatible.
+* *NEW*: HTML5 and CSS 3 compatible.
See "#215":http://redmine.rubychan.de/issues/215.
* *ADDED* support for @:line_number_anchors@.
See "#208":http://redmine.rubychan.de/issues/208.
@@ -110,6 +110,10 @@ h3. @Scanners::Scanner@
code is highlighted as one and split into parts of the input lengths
after that using @Tokens#split_into_parts@.
+h3. *NEW*: @Scanners::Clojure@
+
+Thanks to Licenser, CodeRay now supports the Clojure language.
+
h3. @Scanners::CSS@
* *NEW*: Rudimentary support for the @attr@, @counter@, and @counters@ functions.