diff options
author | Kornelius Kalnbach <murphy@rubychan.de> | 2013-06-12 16:04:51 +0200 |
---|---|---|
committer | Kornelius Kalnbach <murphy@rubychan.de> | 2013-06-12 16:04:51 +0200 |
commit | addcbd446066d0da1627112814e3ce1b8d404da0 (patch) | |
tree | 55a4a46e10e89afb185b014f28d4d769c0144948 /Changes.textile | |
parent | 7d2c3e59d1691bcde16fc3e51d92797bfc9a2442 (diff) | |
parent | 40bd2ef5d33d32c3b3987da1d115b717259819e4 (diff) | |
download | coderay-addcbd446066d0da1627112814e3ce1b8d404da0.tar.gz |
Merge branch 'master' into go-scanner
Diffstat (limited to 'Changes.textile')
-rw-r--r-- | Changes.textile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Changes.textile b/Changes.textile index 3984b83..ff9e6a9 100644 --- a/Changes.textile +++ b/Changes.textile @@ -4,9 +4,22 @@ p=. _This files lists all changes in the CodeRay library since the 0.9.8 release h2. Changes in 1.1 +* New scanner: Sass [#93] +* New scanner: Taskpaper [#39, thanks to shimomura] * Diff scanner: Highlight inline changes in multi-line changes [#99] +* JavaScript scanner: Highlight multi-line comments in diff correctly +* Ruby scanner: Accept keywords as Ruby 1.9 hash keys [#126] * Remove double-click toggle handler from HTML table output +* Fixes to CSS scanner (floats, pseudoclasses) +* CSS scanner uses @:id@ and @:tag@ now [#27] +* Add .xaml file type [#121, thanks to Kozman Bálint] +* @CodeRay::TokenKinds@ should not be frozen [#130, thanks to Gavin Kistner] +* New token type @:id@ for CSS/Sass [#27] +* New token type @:done@ for Taskpaper [#39] * Display line numbers in HTML @:table@ mode even for single-line code (remove special case) [#41, thanks to Ariejan de Vroom] +* Override Bootstrap's pre word-break setting for line numbers [#102, thanks to lightswitch05] +* Fixed @:docstring@ token type style +* @Plugin@ does not warn about fallback when default is defined h2. Changes in 1.0.9 |