diff options
author | Kornelius Kalnbach <murphy@rubychan.de> | 2012-10-07 03:14:23 +0200 |
---|---|---|
committer | Kornelius Kalnbach <murphy@rubychan.de> | 2012-10-07 03:14:23 +0200 |
commit | 308fd388b4646ff77263f05634547c6f3cc3e895 (patch) | |
tree | ff3e2ebd1dbd81d6770dd187c4a09537274d1057 /Changes.textile | |
parent | b081c1f3ab670301199005c04ecbc11614593285 (diff) | |
parent | 8c8f5a6b64211e1480edbab1eeb9f7bb76d60ecc (diff) | |
download | coderay-308fd388b4646ff77263f05634547c6f3cc3e895.tar.gz |
Merge branch 'master' into lua-scanner
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 |