diff options
author | Kornelius Kalnbach <murphy@rubychan.de> | 2016-02-13 17:05:14 +0100 |
---|---|---|
committer | Kornelius Kalnbach <murphy@rubychan.de> | 2016-02-13 17:05:14 +0100 |
commit | 0ad3ddc26da51b3bdd0454859f894761a0155c1b (patch) | |
tree | 30c6804125dfeeb08456a7fa9f7f9cadc222decb /Changes.textile | |
parent | 0a1f500d524ff0fb5eeafef051ccbb641954a87a (diff) | |
parent | 7b0040fa41d2c55cde1ea0c91aa615bf57158e80 (diff) | |
download | coderay-0ad3ddc26da51b3bdd0454859f894761a0155c1b.tar.gz |
Merge pull request #193 from rubychan/tweak-function-colors
Tweak function colors
Diffstat (limited to 'Changes.textile')
-rw-r--r-- | Changes.textile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changes.textile b/Changes.textile index 1276a33..50da5c7 100644 --- a/Changes.textile +++ b/Changes.textile @@ -12,6 +12,7 @@ h2. Changes in 1.1.1 * Ruby scanner: Accept squiggly heredoc @<<~@ (Ruby 2.3) * Diff scanner: Prevent running out of regexp stack. * HTML encoder: You can keep tabs intact now by setting @tab_width: false@. +* Alpha style: Tweaked colors for @:function@ group with @:content@. h2. Changes in 1.1 |