diff options
author | Kornelius Kalnbach <murphy@rubychan.de> | 2013-06-12 15:54:11 +0200 |
---|---|---|
committer | Kornelius Kalnbach <murphy@rubychan.de> | 2013-06-12 15:54:11 +0200 |
commit | 873d1bcf5f53c160739ef6e6af09583eb914799e (patch) | |
tree | 67b15b83179e2be6345a2cba9c3469a99a95a4b7 | |
parent | abdc3e4a18b664e9d6e20e06913a0aa342f8ca73 (diff) | |
download | coderay-873d1bcf5f53c160739ef6e6af09583eb914799e.tar.gz |
changelog
-rw-r--r-- | Changes.textile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Changes.textile b/Changes.textile index 9570a03..15d8356 100644 --- a/Changes.textile +++ b/Changes.textile @@ -5,6 +5,7 @@ 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 * Remove double-click toggle handler from HTML table output @@ -17,6 +18,8 @@ h2. Changes in 1.1 * Accept keywords as Ruby 1.9 hash keys [#126] * New token type @:id@ for CSS/Sass [#27] * CSS scanner uses @:id@ and @:tag@ now [#27] +* New token type @:done@ for Taskpaper [#39] +* Fixed @:docstring@ token type h2. Changes in 1.0.9 |