diff options
author | Kornelius Kalnbach <murphy@rubychan.de> | 2011-11-02 16:42:04 +0100 |
---|---|---|
committer | Kornelius Kalnbach <murphy@rubychan.de> | 2011-11-02 16:42:04 +0100 |
commit | 97dc325bed86fc90068748f906b16f9366fe4341 (patch) | |
tree | 040f4ae4df7f469d0e0e6ab9eed791264233c7e0 /Changes.textile | |
parent | dde41ac3cbc6e62dda54bd0dde0f1caa1316f3c7 (diff) | |
download | coderay-97dc325bed86fc90068748f906b16f9366fe4341.tar.gz |
css scanner fixes; preparing 1.0.4
Diffstat (limited to 'Changes.textile')
-rw-r--r-- | Changes.textile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Changes.textile b/Changes.textile index 84cf31e..9b93fa4 100644 --- a/Changes.textile +++ b/Changes.textile @@ -4,6 +4,14 @@ p=. _This files lists all changes in the CodeRay library since the 0.9.8 release {{toc}} +h2. Changes in 1.0.4 + +Fixes in the CSS scanner: + +* understands the unit "s" (seconds) +* ignores unexpected curly braces +* code inside of diffs is highlighted correctly + h2. Changes in 1.0.3 New: |