diff options
author | gbrandl <devnull@localhost> | 2006-10-31 23:47:51 +0100 |
---|---|---|
committer | gbrandl <devnull@localhost> | 2006-10-31 23:47:51 +0100 |
commit | 9760369a39cb1a04a03b71b1b75266100218c017 (patch) | |
tree | efd04ea251ebf4505a6e519163d612ebbc0f6b97 | |
parent | 729df9d55ee975be89f18fa90964f19bead60feb (diff) | |
download | pygments-9760369a39cb1a04a03b71b1b75266100218c017.tar.gz |
[svn] Changelog entry for encodings.
-rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -5,6 +5,9 @@ Version 0.6 ----------- (released Nov XX, 2006) +- Encoding support added: all processing is now done with Unicode + strings, input and output are converted from and to byte strings. + - Some improvements in the C(++) lexers handling comments and line continuations. |