diff options
author | murphy <murphy@rubychan.de> | 2010-06-01 18:07:33 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2010-06-01 18:07:33 +0000 |
commit | 5bf55e552d7dc3eac362e2b881afaa8039995a59 (patch) | |
tree | 3a5fd490a92f0782a6157294788f09339a3e07c6 /Changes.textile | |
parent | eeba23ef0a8fea352d3af8c0b8e01a5c1920202c (diff) | |
download | coderay-5bf55e552d7dc3eac362e2b881afaa8039995a59.tar.gz |
Fixed Text Encoder.
Diffstat (limited to 'Changes.textile')
-rw-r--r-- | Changes.textile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Changes.textile b/Changes.textile index ad1bd59..99ba2a9 100644 --- a/Changes.textile +++ b/Changes.textile @@ -76,6 +76,10 @@ h3. @Encoders::Terminal@ * *REMOVED* colors for obsolete token kinds. * *FIXED* handling of line tokens. +h3. @Encoders::Text@ + +* *FIXED* default behavior of stripping the trailing newline. + h3. *RENAMED*: @Encoders::TokenKindFilter@ Renamed from @TokenClassFilter@. |