diff options
author | Kornelius Kalnbach <murphy@rubychan.de> | 2012-10-07 02:59:14 +0200 |
---|---|---|
committer | Kornelius Kalnbach <murphy@rubychan.de> | 2012-10-07 02:59:14 +0200 |
commit | 0ab69bf775106de1954a54a492d0df778f1d15ad (patch) | |
tree | 7570aade83d951dbe175214659c224fdb6ea20ba | |
parent | f5bb55cc14cc17bc4665347fe6c2e11145101624 (diff) | |
download | coderay-0ab69bf775106de1954a54a492d0df778f1d15ad.tar.gz |
update changelog
-rw-r--r-- | Changes.textile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changes.textile b/Changes.textile index 3326a71..42af2c8 100644 --- a/Changes.textile +++ b/Changes.textile @@ -7,6 +7,7 @@ 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 |