diff options
author | murphy <murphy@rubychan.de> | 2010-06-01 18:10:30 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2010-06-01 18:10:30 +0000 |
commit | 7284b3674bada6a009bdfa23bd822a6ba6fc4896 (patch) | |
tree | abe6ca1b1be78688e70517ef92ad6e5b7284c7a6 /Changes.textile | |
parent | 5bf55e552d7dc3eac362e2b881afaa8039995a59 (diff) | |
download | coderay-7284b3674bada6a009bdfa23bd822a6ba6fc4896.tar.gz |
Cleanups in Encoders::HTML::Output.
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 99ba2a9..feefb2d 100644 --- a/Changes.textile +++ b/Changes.textile @@ -63,6 +63,7 @@ The HTML encoder was cleaned up and simplified. * *REMOVED* support for @:line_numbers => :list@. * *FIXED* splitting of lines for @:line_numbers => :inline@, so that the line numbers don't get colored, too. +* *RENAMED* @Output#numerize@ to @#number@, which is an actual English word. h3. @Encoders::LinesOfCode@ |