diff options
author | Kornelius Kalnbach <murphy@rubychan.de> | 2013-06-16 01:30:04 +0200 |
---|---|---|
committer | Kornelius Kalnbach <murphy@rubychan.de> | 2013-06-16 01:30:04 +0200 |
commit | 927cc5b5c56017ee93bee208307bfa67cf90c9d7 (patch) | |
tree | 782c71b395f2fc0fb2c4bd2614595214bf15f895 | |
parent | 0fabc6b59fae5e7fd8d2138d7f3588850b132fcc (diff) | |
download | coderay-927cc5b5c56017ee93bee208307bfa67cf90c9d7.tar.gz |
changelog
-rw-r--r-- | Changes.textile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changes.textile b/Changes.textile index 15b0cc6..fcee29b 100644 --- a/Changes.textile +++ b/Changes.textile @@ -12,6 +12,7 @@ h2. Changes in 1.1 * Remove double-click toggle handler from HTML table output * Fixes to CSS scanner (floats, pseudoclasses) * CSS scanner uses @:id@ and @:tag@ now [#27] +* Removed @Tokens#dump@, @Tokens.load@, @Tokens::Undumping@, and @zlib@ dependency. Nobody was using this, right? * 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] |