diff options
author | Kornelius Kalnbach <murphy@rubychan.de> | 2012-10-11 02:23:49 +0200 |
---|---|---|
committer | Kornelius Kalnbach <murphy@rubychan.de> | 2012-10-11 02:23:49 +0200 |
commit | 43ad09c3474b5ff366398c0e2454bacf9e39d394 (patch) | |
tree | 12c90b3f59dedd0cbfacb00f668c03f550acc563 /Changes.textile | |
parent | 1f88ad0c81707c5419e93141d5acddd842f8afe7 (diff) | |
parent | 3effca8291ed4941f7b3a1c2088b50274f28aa6f (diff) | |
download | coderay-43ad09c3474b5ff366398c0e2454bacf9e39d394.tar.gz |
Merge branch 'master' into multiline-inline-diff
Diffstat (limited to 'Changes.textile')
-rw-r--r-- | Changes.textile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Changes.textile b/Changes.textile index d70c303..42af2c8 100644 --- a/Changes.textile +++ b/Changes.textile @@ -7,6 +7,8 @@ p=. _This files lists all changes in the CodeRay library since the 0.9.8 release h2. Next Version * add @:string/:char@, remove @:regexp/:function@ color from Terminal encoder [GH #29, thanks to Kyrylo Silin] +* allow @-@ in line number anchor prefix for HTML encoder [GH #32, thanks to shurizzle] +* Fix HTML scanner: Don't crash if HTML in a diff contains a JavaScript tag. h2. Changes in 1.0.7 |