diff options
author | murphy <murphy@rubychan.de> | 2011-07-04 00:38:27 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2011-07-04 00:38:27 +0000 |
commit | 6a52b213edf1f146fb72a055466a35fe219e5a0d (patch) | |
tree | 2f0b49ff6ecbce2b24fc56d7eb9a2a883136bc5a /Changes.textile | |
parent | 498df2b7654c210c8f47e2757efc33cd94689b57 (diff) | |
download | coderay-6a52b213edf1f146fb72a055466a35fe219e5a0d.tar.gz |
cleanups: Page encoder is default for HTML, benchmark KB/s instead of tokens/s
Diffstat (limited to 'Changes.textile')
-rw-r--r-- | Changes.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Changes.textile b/Changes.textile index f42e448..f63c8c0 100644 --- a/Changes.textile +++ b/Changes.textile @@ -273,7 +273,7 @@ Stripped down to 19 LOC. h3. @FileType@ * *REMOVED* @FileType#shebang@ is a protected method now. -* *NEW*: Recognizes @.gemspec@, @.rjs@, @.rpdf@ extensions and @Capfile@ as Ruby. +* *NEW*: Recognizes @.gemspec@, @.rjs@, @.rpdf@ extensions, @Gemfile@, and @Capfile@ as Ruby. Thanks to the authors of the TextMate Ruby bundle! |